52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@push.rocks/levelcache",
|
|
"version": "3.0.5",
|
|
"private": false,
|
|
"description": "a cache that uses memory/disk/s3 as backup",
|
|
"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.66",
|
|
"@gitzone/tsrun": "^1.2.44",
|
|
"@gitzone/tstest": "^1.0.77",
|
|
"@push.rocks/tapbundle": "^5.0.12",
|
|
"@types/node": "^20.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.0.3",
|
|
"@push.rocks/smartbucket": "^2.0.2",
|
|
"@push.rocks/smartcache": "^1.0.13",
|
|
"@push.rocks/smartenv": "^5.0.2",
|
|
"@push.rocks/smartexit": "^1.0.20",
|
|
"@push.rocks/smartfile": "^10.0.28",
|
|
"@push.rocks/smartjson": "^5.0.5",
|
|
"@push.rocks/smartpath": "^5.0.11",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartstring": "^4.0.2",
|
|
"@push.rocks/smartunique": "^3.0.3",
|
|
"@push.rocks/taskbuffer": "^3.0.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|