webstore/package.json
2023-05-01 14:40:20 +02:00

49 lines
1.2 KiB
JSON

{
"name": "@pushrocks/webstore",
"version": "2.0.8",
"private": false,
"description": "high performance storage in the browser using indexed db",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/smartntml": "^2.0.3",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.16.3"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^2.0.1",
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartenv": "^5.0.5",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpromise": "^4.0.2",
"@pushrocks/smartrx": "^3.0.0",
"fake-indexeddb": "^4.0.1",
"idb": "^7.1.1"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}