mirror of
https://github.com/xodio/xod.git
synced 2026-03-05 00:14:07 +01:00
35 lines
862 B
JSON
35 lines
862 B
JSON
{
|
|
"name": "arduino-cli",
|
|
"version": "0.37.0",
|
|
"description": "JS-wrapper over arduino-cli",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/**",
|
|
"src/**"
|
|
],
|
|
"scripts": {
|
|
"build": "babel src/ -d dist/ --source-maps",
|
|
"clean:dist": "rimraf ./bin ./__lib__",
|
|
"test": "BABEL_DISABLE_CACHE=1 mocha test/**/*.spec.js",
|
|
"test-func": "BABEL_DISABLE_CACHE=1 mocha --opts test-func/mocha.opts test-func/**/*.spec.js"
|
|
},
|
|
"keywords": [
|
|
"arduino-cli"
|
|
],
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1",
|
|
"fs-extra": "^7.0.0",
|
|
"promise-all-properties": "^2.1.1",
|
|
"promisify-child-process": "^3.1.1",
|
|
"ramda": "0.24.1",
|
|
"tiny-version-compare": "^0.9.1",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.1.2",
|
|
"which": "^1.3.1"
|
|
}
|
|
}
|