smartupdate/package.json
2018-11-08 09:54:09 +01:00

33 lines
876 B
JSON

{
"name": "@pushrocks/smartupdate",
"version": "1.0.22",
"private": false,
"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)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/npmextra": "^3.0.1",
"@pushrocks/smartlog": "^2.0.8",
"@pushrocks/smartnpm": "^1.0.10",
"@pushrocks/smartopen": "^1.0.8",
"@pushrocks/smarttime": "^3.0.2",
"@pushrocks/smartversion": "^2.0.0"
}
}