mirror of
https://github.com/xodio/xod.git
synced 2026-03-03 07:24:03 +01:00
34 lines
679 B
JSON
34 lines
679 B
JSON
{
|
|
"name": "xod-deploy-bin",
|
|
"version": "0.37.0",
|
|
"description": "XOD wrapper over arduino-cli wrapper",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "babel src/ -d dist/ --source-maps",
|
|
"clean:dist": "rimraf ./bin",
|
|
"dev": "yarn run build --watch"
|
|
},
|
|
"keywords": [
|
|
"xod",
|
|
"xodlang"
|
|
],
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"arduino-cli": "^0.37.0",
|
|
"cpx": "^1.5.0",
|
|
"fs-extra": "^7.0.1",
|
|
"ramda": "0.24.1",
|
|
"which": "^1.3.1",
|
|
"xod-fs": "^0.37.0",
|
|
"xod-func-tools": "^0.34.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
]
|
|
}
|