30 lines
799 B
JSON
30 lines
799 B
JSON
{
|
|
"name": "@valkyr/db",
|
|
"version": "0.0.0",
|
|
"description": "Simple client side storage solution written in TypeScript.",
|
|
"repository": "https://github.com/valkyrjs/db.git",
|
|
"bugs": "https://github.com/valkyrjs/db/issues",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bson": "6",
|
|
"dot-prop": "9",
|
|
"fast-equals": "5",
|
|
"idb": "8",
|
|
"mingo": "6",
|
|
"rfdc": "1",
|
|
"rxjs": "7"
|
|
},
|
|
"devDependencies": {
|
|
"@std/async": "npm:@jsr/std__async@1",
|
|
"@std/assert": "npm:@jsr/std__assert@1",
|
|
"@std/testing": "npm:@jsr/std__testing@1",
|
|
"@valkyr/testcontainers": "npm:@jsr/valkyr__testcontainers@2",
|
|
"eslint": "9",
|
|
"eslint-plugin-simple-import-sort": "12",
|
|
"expect": "30",
|
|
"fake-indexeddb": "6",
|
|
"prettier": "3",
|
|
"typescript-eslint": "8"
|
|
}
|
|
}
|