47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "smartcli",
|
|
"version": "1.0.4",
|
|
"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": {
|
|
"@types/q": "0.0.30",
|
|
"beautylog": "^5.0.20",
|
|
"cliff": "^0.1.10",
|
|
"inquirer": "^1.1.2",
|
|
"lik": "^1.0.15",
|
|
"q": "^1.4.1",
|
|
"smartparam": "0.1.1",
|
|
"typings-global": "^1.0.6",
|
|
"yargs": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"npmts-g": "^5.2.8",
|
|
"should": "^11.1.0",
|
|
"typings-test": "^1.0.1"
|
|
}
|
|
}
|