smartcli/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
"name": "@pushrocks/smartcli",
2018-06-28 21:57:40 +00:00
"private": false,
2020-03-11 22:50:40 +00:00
"version": "3.0.9",
2020-03-11 22:50:40 +00:00
"description": "easy observable cli tasks",
2016-05-23 02:09:06 +00:00
"main": "dist/index.js",
2016-06-10 00:27:04 +00:00
"typings": "dist/index.d.ts",
2015-10-04 21:21:10 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2015-10-04 21:21:10 +00:00
},
"repository": {
"type": "git",
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.com/pushrocks/smartcli.git"
2015-10-04 21:21:10 +00:00
},
"keywords": [
2016-11-19 16:41:11 +00:00
"cli",
"promise",
"task",
"push.rocks"
2015-10-04 21:21:10 +00:00
],
2016-11-19 16:41:11 +00:00
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
2015-10-04 21:21:10 +00:00
"license": "MIT",
"bugs": {
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.com/pushrocks/smartcli/issues"
2015-10-04 21:21:10 +00:00
},
2016-06-09 12:01:06 +00:00
"homepage": "https://gitlab.com/pushrocks/smartcli",
2015-10-05 21:33:57 +00:00
"dependencies": {
2020-03-11 22:49:43 +00:00
"@pushrocks/lik": "^3.0.19",
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.0.6",
"@types/yargs": "^15.0.4",
"rxjs": "^6.5.4",
"yargs": "^15.3.0"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2020-03-11 22:49:43 +00:00
"@gitzone/tsbuild": "^2.1.20",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^13.9.0",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-03-11 22:49:44 +00:00
}