mirror of
https://github.com/xodio/xod.git
synced 2026-03-09 10:16:51 +01:00
36 lines
674 B
JSON
36 lines
674 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",
|
|
"docopt": "^0.6.2",
|
|
"ramda": "^0.23.0",
|
|
"xod-arduino-builder": "^0.0.1",
|
|
"xod-project": "^0.0.1",
|
|
"xod-doc": "^0.0.1",
|
|
"xod-fs": "^0.0.1",
|
|
"xod-js": "^0.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "6.0.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
}
|
|
}
|