smartcli/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
"name": "@pushrocks/smartcli",
2018-05-03 22:19:45 +00:00
"version": "3.0.1",
2015-10-04 21:21:10 +00:00
"description": "nodejs wrapper for CLI related 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": {
2016-03-14 06:12:00 +00:00
"test": "(npmts)",
2018-01-27 16:59:04 +00:00
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)"
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": {
"@types/yargs": "^11.0.0",
2017-04-22 19:03:28 +00:00
"beautylog": "^6.1.10",
"lik": "^2.0.5",
"rxjs": "^6.0.0",
"smartparam": "1.0.2",
"smartq": "^1.1.8",
2018-01-27 16:59:04 +00:00
"yargs": "^11.0.0"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
"@types/node": "^10.0.3",
2018-01-27 16:59:04 +00:00
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^2.0.0"
2018-01-27 16:59:04 +00:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2015-10-04 21:21:10 +00:00
}
}