d02f85a810
Deploy app frontend / app frontend (push) Failing after 2m0s
Deploy db-migrations / db-migrations (push) Failing after 56s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 53s
Deploy service tg-bot / service tg-bot (push) Failing after 57s
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"name": "@hereconnect/db-migrations",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "@hereconnect",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=v22.14.0",
|
|
"pnpm": ">=9.15.0"
|
|
},
|
|
"dependencies": {
|
|
"migrate": "^2.1.0",
|
|
"pouchdb-adapter-http": "^9.0.0",
|
|
"pouchdb-core": "^9.0.0",
|
|
"pouchdb-fetch": "^9.0.0",
|
|
"pouchdb-find": "^9.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'no build' && exit 0",
|
|
"lint": "echo 'no lint' && exit 0",
|
|
"migrate": "migrate"
|
|
}
|
|
}
|