{ "name": "@pushrocks/levelcache", "version": "1.0.3", "private": false, "description": "a cache that uses memory/disk/s3 as backup", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^13.7.0", "tslint": "^6.0.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/lik": "^3.0.16", "@pushrocks/smartbucket": "^1.0.24", "@pushrocks/smartcache": "^1.0.13", "@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartstring": "^3.0.18" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }