45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "smartcli",
|
|
"version": "1.0.2",
|
|
"description": "nodejs wrapper for CLI related tasks",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)",
|
|
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
|
|
"devTest": "(npm test) && (node test.js --test true)",
|
|
"reinstall": "(rm -r node_modules && npm install)",
|
|
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
|
|
"startdev": "(git checkout master && git pull origin master)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/smartcli.git"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"jade",
|
|
"template"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartcli/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartcli",
|
|
"dependencies": {
|
|
"beautylog": "^5.0.8",
|
|
"cliff": "^0.1.10",
|
|
"inquirer": "^1.0.3",
|
|
"q": "^1.4.1",
|
|
"smartparam": "0.0.7",
|
|
"typings-global": "^1.0.3",
|
|
"yargs": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"npmts": "^5.2.5",
|
|
"should": "^9.0.1",
|
|
"typings-test": "^1.0.1"
|
|
}
|
|
}
|