{ "name": "@push.rocks/levelcache", "version": "3.2.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/ --verbose --logfile --timeout 60)", "build": "(tsbuild tsfolders)", "buildDocs": "tsdoc", "localPublish": "gitzone commit && pnpm run build && pnpm publish && pnpm publish --access public --registry=\"https://registry.npmjs.org\"" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/lik": "^6.4.1", "@push.rocks/smartbucket": "^4.6.1", "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smartjson": "^6.0.1", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@tsclass/tsclass": "^9.5.1" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "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.28.2", "bugs": { "url": "https://code.foss.global/push.rocks/levelcache/issues" } }