webstore/package.json
2024-05-29 14:17:47 +02:00

68 lines
1.7 KiB
JSON

{
"name": "@push.rocks/webstore",
"version": "2.0.20",
"private": false,
"description": "A high-performance storage solution for web applications using IndexedDB.",
"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.80",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/smartntml": "^2.0.4",
"@push.rocks/tapbundle": "^5.0.23",
"@types/node": "^20.12.12"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.19",
"@push.rocks/lik": "^6.0.15",
"@push.rocks/smartenv": "^5.0.12",
"@push.rocks/smartjson": "^5.0.19",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.7",
"@tempfix/idb": "^8.0.3",
"fake-indexeddb": "^5.0.2"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"indexeddb",
"browser storage",
"high performance",
"typescript",
"database",
"web development",
"data persistence",
"storage solution",
"typed requests",
"performance optimization",
"API caching",
"efficient data management"
],
"homepage": "https://code.foss.global/push.rocks/webstore",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/webstore.git"
}
}