37 lines
946 B
JSON
37 lines
946 B
JSON
{
|
|
"name": "@repo/core-storage",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint \"**/*.ts\"",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@repo/utils": "workspace:*",
|
|
"pouchdb-browser": "^9.0.0",
|
|
"pouchdb-find": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"@types/pouchdb": "^6.4.2",
|
|
"@types/pouchdb-adapter-memory": "^6.1.6",
|
|
"@types/pouchdb-browser": "^6.1.5",
|
|
"@types/pouchdb-core": "^7.0.15",
|
|
"@types/pouchdb-find": "^7.3.3",
|
|
"@types/pouchdb-mapreduce": "^6.1.10",
|
|
"eslint": "^8.57.1",
|
|
"pouchdb-adapter-memory": "^9.0.0",
|
|
"pouchdb-core": "^9.0.0",
|
|
"pouchdb-mapreduce": "^9.0.0",
|
|
"typescript": "5.5.4",
|
|
"vitest": "^4.0.17"
|
|
}
|
|
}
|