Files
hereconnect/services/db-migrations/package.json
T

22 lines
425 B
JSON
Raw Normal View History

2024-11-24 23:52:52 +02:00
{
"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"
2024-12-03 13:33:37 +02:00
},
"scripts": {
"migrate": "migrate"
2024-11-24 23:52:52 +02:00
}
}