smartcache/package.json
2018-07-13 22:20:09 +02:00

27 lines
626 B
JSON

{
"name": "smartcache",
"version": "1.0.4",
"private": false,
"description": "cache things in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smarterror": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smarttime": "^2.0.1",
"nodehash": "^1.0.4"
}
}