82 lines
2.0 KiB
JSON
82 lines
2.0 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": "^4.4.0",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tstest": "^3.6.1",
|
|
"@push.rocks/smartntml": "^2.0.8",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^25.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@api.global/typedrequest-interfaces": "^3.0.19",
|
|
"@push.rocks/lik": "^6.4.0",
|
|
"@push.rocks/smartenv": "^6.0.0",
|
|
"@push.rocks/smartjson": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"idb": "^8.0.3"
|
|
},
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.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"
|
|
],
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"puppeteer",
|
|
"sharp",
|
|
"mongodb-memory-server"
|
|
],
|
|
"overrides": {
|
|
"@push.rocks/smartrequest": "^5.0.1"
|
|
},
|
|
"patchedDependencies": {
|
|
"agentkeepalive@4.5.0": "patches/agentkeepalive@4.5.0.patch"
|
|
}
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/webstore",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/webstore.git"
|
|
}
|
|
} |