19 lines
380 B
JSON
19 lines
380 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"
|
|
}
|
|
}
|