smartupdate/package.json
2018-05-22 17:15:04 +02:00

26 lines
572 B
JSON

{
"name": "@pushrocks/smartupdate",
"version": "1.0.18",
"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)"
},
"devDependencies": {
"tapbundle": "^2.0.0"
},
"dependencies": {
"@pushrocks/smartopen": "^1.0.7",
"beautycolor": "^1.0.11",
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"smartnpm": "^1.0.6",
"smarttime": "^2.0.0",
"smartversion": "^1.0.3"
}
}