smartupdate/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "@pushrocks/smartupdate",
2020-06-25 20:08:47 +00:00
"version": "1.0.29",
"private": false,
2017-08-15 17:29:18 +00:00
"description": "update your tools in a smart way",
2020-06-25 20:10:43 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-08-15 17:29:18 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-08-15 17:29:18 +00:00
},
"devDependencies": {
2020-06-25 20:08:47 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.14",
"tslint": "^6.1.2",
2019-09-04 14:27:42 +00:00
"tslint-config-prettier": "^1.18.0"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
2019-09-16 12:52:59 +00:00
"@pushrocks/npmextra": "^3.0.7",
2020-06-25 20:08:47 +00:00
"@pushrocks/smartnpm": "^1.0.17",
2019-09-05 15:40:41 +00:00
"@pushrocks/smartopen": "^1.0.22",
2020-06-25 20:08:47 +00:00
"@pushrocks/smarttime": "^3.0.18",
2019-09-16 12:52:59 +00:00
"@pushrocks/smartversion": "^2.0.4"
2019-09-04 14:27:42 +00:00
},
"files": [
2020-06-25 20:10:43 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-04 14:27:42 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-25 20:10:43 +00:00
}