{ "name": "@push.rocks/webstore", "version": "2.0.12", "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)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.70", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^1.0.81", "@push.rocks/smartntml": "^2.0.4", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.8.0" }, "dependencies": { "@apiglobal/typedrequest-interfaces": "^2.0.1", "@push.rocks/lik": "^6.0.5", "@push.rocks/smartenv": "^5.0.5", "@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrx": "^3.0.6", "fake-indexeddb": "^4.0.2", "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" ] }