smartupdate/package.json

31 lines
797 B
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "@pushrocks/smartupdate",
2018-09-02 10:00:53 +00:00
"version": "1.0.19",
"private": false,
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": "(tstest test/)",
"build": "(tsbuild)"
2017-08-15 17:29:18 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/npmextra": "^3.0.1",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartnpm": "^1.0.8",
"@pushrocks/smartopen": "^1.0.8",
"@pushrocks/smarttime": "^2.0.2",
2018-02-14 22:19:36 +00:00
"smartversion": "^1.0.3"
2017-08-15 17:29:18 +00:00
}
}