51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@pushrocks/levelcache",
|
|
"version": "2.0.1",
|
|
"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.60",
|
|
"@gitzone/tstest": "^1.0.69",
|
|
"@pushrocks/tapbundle": "^5.0.2",
|
|
"@types/node": "^17.0.22"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/lik": "^5.0.4",
|
|
"@pushrocks/smartbucket": "^1.0.44",
|
|
"@pushrocks/smartcache": "^1.0.13",
|
|
"@pushrocks/smartenv": "^5.0.0",
|
|
"@pushrocks/smartexit": "^1.0.20",
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
"@pushrocks/smartjson": "^4.0.6",
|
|
"@pushrocks/smartpath": "^5.0.5",
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
"@pushrocks/smartstring": "^4.0.1",
|
|
"@pushrocks/smartunique": "^3.0.3",
|
|
"@pushrocks/taskbuffer": "^2.1.17"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|