Files
xod/packages/xod-cli/package.json
Victor Nakoryakov 8704e90c10 chore(xod-cli,xod-pm): update swagger client version to latest
Fixes spammy warnings: `Parameter 'orgname' is ambiguous because the
defined spec has more than one parameter with the name: 'orgname' and
the passed-in parameter values did not define an 'in' value.`

See: https://github.com/swagger-api/swagger-js/pull/1197
2017-12-26 13:31:56 +03:00

43 lines
1.1 KiB
JSON

{
"name": "xod-cli",
"version": "0.16.1",
"description": "XOD project: Command Line Interface",
"scripts": {
"build:workspace": "cpx \"../../workspace/__lib__/**\" \"./__lib__\"",
"build:src": "babel src/ -d bin/ --source-maps",
"build": "yarn run build:src && yarn run build:workspace",
"dev": "yarn run build --watch",
"test": "mocha test/**/*.spec.js"
},
"bin": {
"xodc": "./bin/xodc.js"
},
"repository": {},
"keywords": [],
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0",
"main": "dist/index.js",
"dependencies": {
"cli-color": "^1.1.0",
"docopt": "^0.6.2",
"hm-def": "^0.2.0",
"inquirer": "^3.2.0",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.12.1",
"source-map-support": "^0.4.15",
"swagger-client": "^3.4.3",
"xod-arduino": "^0.16.1",
"xod-fs": "^0.16.0",
"xod-func-tools": "^0.16.0",
"xod-pm": "^0.16.1",
"xod-project": "^0.16.0"
},
"devDependencies": {
"chai": "^4.0.0",
"child-process-promise": "^2.2.1",
"cpx": "^1.5.0",
"fs-extra": "^4.0.2"
}
}