smartupdate/package.json

26 lines
558 B
JSON
Raw Permalink Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "smartupdate",
2017-08-19 10:32:27 +00:00
"version": "1.0.7",
2017-08-15 17:29:18 +00:00
"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": {
2017-08-16 16:54:23 +00:00
"tapbundle": "^1.1.1"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"beautycolor": "^1.0.11",
2017-08-16 16:54:23 +00:00
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"smartnpm": "^1.0.4",
2017-08-17 09:56:38 +00:00
"smartopen": "^1.0.3",
2017-08-16 16:54:23 +00:00
"smarttime": "^1.0.6",
"smartversion": "^1.0.3",
2017-08-16 16:54:23 +00:00
"typings-global": "^1.0.20"
2017-08-15 17:29:18 +00:00
}
}