smartupdate/package.json

26 lines
572 B
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "@pushrocks/smartupdate",
2018-05-22 14:24:33 +00:00
"version": "1.0.17",
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)",
"build": "(npmts)"
2017-08-15 17:29:18 +00:00
},
"devDependencies": {
"tapbundle": "^2.0.0"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/smartopen": "^1.0.7",
"beautycolor": "^1.0.11",
2017-08-16 16:54:23 +00:00
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"smartnpm": "^1.0.6",
"smarttime": "^2.0.0",
2018-02-14 22:19:36 +00:00
"smartversion": "^1.0.3"
2017-08-15 17:29:18 +00:00
}
}