smartupdate/package.json
2017-09-13 17:42:23 +02:00

26 lines
560 B
JSON

{
"name": "smartupdate",
"version": "1.0.12",
"description": "update your tools in a smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.1.1"
},
"dependencies": {
"beautycolor": "^1.0.11",
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"smartnpm": "^1.0.5",
"smartopen": "^1.0.3",
"smarttime": "^1.0.10",
"smartversion": "^1.0.3",
"typings-global": "^1.0.20"
}
}