81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"name": "@push.rocks/levelcache",
|
|
"version": "3.1.2",
|
|
"private": false,
|
|
"description": "A versatile caching solution offering multi-level storage utilizing memory, disk, and Amazon S3 for efficient data management and 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)",
|
|
"buildDocs": "tsdoc",
|
|
"localPublish": "gitzone commit && pnpm run build && pnpm publish && pnpm publish --access public --registry=\"https://registry.npmjs.org\""
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.6.7",
|
|
"@git.zone/tsrun": "^1.2.44",
|
|
"@git.zone/tstest": "^2.3.5",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^24.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/lik": "^6.2.2",
|
|
"@push.rocks/smartbucket": "^3.3.10",
|
|
"@push.rocks/smartcache": "^1.0.17",
|
|
"@push.rocks/smartenv": "^5.0.13",
|
|
"@push.rocks/smartexit": "^1.0.23",
|
|
"@push.rocks/smartfile": "^11.2.7",
|
|
"@push.rocks/smartjson": "^5.0.20",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartstring": "^4.0.15",
|
|
"@push.rocks/smartunique": "^3.0.9",
|
|
"@push.rocks/taskbuffer": "^3.1.10",
|
|
"@tsclass/tsclass": "^9.2.0"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"caching",
|
|
"data storage",
|
|
"memory cache",
|
|
"disk cache",
|
|
"S3 storage",
|
|
"data backup",
|
|
"multi-level caching",
|
|
"performance",
|
|
"persistent storage",
|
|
"data retrieval",
|
|
"Node.js",
|
|
"TypeScript"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/levelcache#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/levelcache.git"
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/levelcache/issues"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {}
|
|
}
|
|
}
|