2018-07-12 19:32:20 +00:00
|
|
|
{
|
2018-07-13 20:23:40 +00:00
|
|
|
"name": "@pushrocks/smartcache",
|
2018-12-02 14:34:05 +00:00
|
|
|
"version": "1.0.10",
|
2018-07-12 19:32:20 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "cache things in smart ways",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2018-07-12 19:32:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
2018-12-02 14:39:52 +00:00
|
|
|
"@gitzone/tsrun": "^1.1.13",
|
2018-08-19 19:19:23 +00:00
|
|
|
"@gitzone/tstest": "^1.0.15",
|
2018-09-07 23:11:25 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
2018-12-02 14:39:52 +00:00
|
|
|
"@types/node": "^10.12.11",
|
|
|
|
"tslint": "^5.11.0",
|
|
|
|
"tslint-config-prettier": "^1.17.0"
|
2018-07-12 19:32:20 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-08-19 19:19:23 +00:00
|
|
|
"@pushrocks/smartdelay": "^2.0.2",
|
2018-07-12 19:32:20 +00:00
|
|
|
"@pushrocks/smarterror": "^2.0.1",
|
2018-09-07 23:11:25 +00:00
|
|
|
"@pushrocks/smarthash": "^2.0.0",
|
2018-07-12 19:32:20 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
2018-12-02 14:39:52 +00:00
|
|
|
"@pushrocks/smarttime": "^3.0.5"
|
2018-07-12 19:32:20 +00:00
|
|
|
}
|
|
|
|
}
|