smartcache/package.json

27 lines
626 B
JSON
Raw Normal View History

2018-07-12 19:32:20 +00:00
{
"name": "smartcache",
2018-07-12 21:52:07 +00:00
"version": "1.0.3",
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": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
2018-07-12 21:52:06 +00:00
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
2018-07-12 19:32:20 +00:00
},
"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"
}
}