smartupdate/package.json

33 lines
876 B
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "@pushrocks/smartupdate",
2018-11-08 08:54:09 +00:00
"version": "1.0.22",
"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",
2018-11-08 08:54:06 +00:00
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
2018-11-08 08:54:06 +00:00
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/npmextra": "^3.0.1",
2018-11-08 08:54:06 +00:00
"@pushrocks/smartlog": "^2.0.8",
"@pushrocks/smartnpm": "^1.0.10",
"@pushrocks/smartopen": "^1.0.8",
2018-11-08 08:54:06 +00:00
"@pushrocks/smarttime": "^3.0.2",
"@pushrocks/smartversion": "^2.0.0"
2017-08-15 17:29:18 +00:00
}
2018-09-02 10:21:55 +00:00
}