Files
xod/packages/xod-cli/package.json
2017-01-16 17:40:07 +03:00

28 lines
531 B
JSON

{
"name": "xod-cli",
"version": "0.0.1",
"description": "XOD project: Command Line Interface",
"scripts": {
"build": "babel src/ -d bin/",
"dev": "npm run build -- --watch"
},
"bin": {
"xodc": "./bin/xodc.js"
},
"repository": {},
"keywords": [],
"author": "",
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"cli-color": "^1.1.0",
"commander": "^2.9.0",
"xod-doc": "^0.0.1",
"xod-fs": "^0.0.1",
"xod-js": "^0.0.1"
},
"engines": {
"node": "6.0.0"
}
}