{ "name": "@pushrocks/smartcache", "version": "1.0.16", "private": false, "description": "cache things in smart ways", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "buildDocs": "tsdoc" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^18.0.0" }, "dependencies": { "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smarterror": "^2.0.1", "@pushrocks/smarthash": "^3.0.1", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smarttime": "^4.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" ], "type": "module" }