smartupdate/package.json

43 lines
1.0 KiB
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": {
2019-09-04 14:27:42 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.4",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
2019-09-04 14:27:42 +00:00
"@pushrocks/npmextra": "^3.0.5",
"@pushrocks/smartlog": "^2.0.19",
2018-11-08 08:54:06 +00:00
"@pushrocks/smartnpm": "^1.0.10",
2019-09-04 14:27:42 +00:00
"@pushrocks/smartopen": "^1.0.21",
"@pushrocks/smarttime": "^3.0.12",
"@pushrocks/smartversion": "^2.0.0"
2019-09-04 14:27:42 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}