smartupdate/package.json

25 lines
527 B
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "smartupdate",
2018-02-14 22:19:39 +00:00
"version": "1.0.14",
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": {
2018-02-14 22:19:36 +00:00
"tapbundle": "^1.1.8"
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.6",
2017-08-17 09:56:38 +00:00
"smartopen": "^1.0.3",
"smarttime": "^1.0.10",
2018-02-14 22:19:36 +00:00
"smartversion": "^1.0.3"
2017-08-15 17:29:18 +00:00
}
}