Files
hereconnect/services/db-migrations/package.json
T
ti 920d7f089f
Deploy service couchdb / service couchdb (push) Successful in 21s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 50s
ci db-migrations
2024-12-03 13:33:37 +02:00

22 lines
425 B
JSON

{
"name": "@hereconnect/db-migrations",
"version": "1.0.0",
"type": "module",
"license": "@hereconnect",
"private": true,
"engines": {
"node": ">=v20.10.0",
"pnpm": ">=8.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": {
"migrate": "migrate"
}
}