48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "smartcli",
|
|
"version": "1.0.11",
|
|
"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/inquirer": "0.x.x",
|
|
"@types/q": "0.x.x",
|
|
"@types/yargs": "0.x.x",
|
|
"beautylog": "^5.0.23",
|
|
"inquirer": "^1.2.2",
|
|
"lik": "^1.0.24",
|
|
"q": "^1.4.1",
|
|
"smartparam": "0.1.1",
|
|
"typings-global": "^1.0.14",
|
|
"yargs": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"npmts-g": "^5.2.8",
|
|
"should": "^11.1.1",
|
|
"typings-test": "^1.0.3"
|
|
}
|
|
}
|