Files
xod/packages/xod-deploy/package.json
2020-09-08 16:54:04 +03:00

48 lines
1.1 KiB
JSON

{
"name": "xod-deploy",
"version": "0.35.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"copy-piomap": " cpx \"src/*.json\" dist",
"build": "babel src -d dist && yarn copy-piomap",
"dev": "yarn run build --watch",
"clean:dist": "rimraf ./dist",
"test-func": "mocha --opts test-func/mocha.opts test-func/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xodio/xod.git"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xodio/xod/issues"
},
"homepage": "https://xod.io/",
"dependencies": {
"atob": "^2.0.3",
"child-process-promise": "^2.2.1",
"extract-zip": "^1.6.7",
"fs-extra": "^4.0.2",
"node-fetch": "^1.7.2",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"serialport": "^7.1.5",
"tar": "^4.0.1",
"unbzip2-stream": "^1.2.5",
"ws": "^3.1.0",
"xod-fs": "^0.35.0",
"xod-func-tools": "^0.34.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0"
},
"files": [
"dist",
"src"
]
}