Files
xod/packages/xod-cloud-compile/package.json
2021-01-18 17:28:20 +03:00

36 lines
752 B
JSON

{
"name": "xod-cloud-compile",
"version": "0.37.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src/ -d dist/ --source-maps"
},
"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"
},
"dependencies": {
"btoa": "^1.2.1",
"node-fetch": "^2.3.0",
"ramda": "^0.24.1",
"string-to-arraybuffer": "^1.0.2",
"xod-func-tools": "^0.34.0",
"xod-tabtest": "^0.37.0"
},
"devDependencies": {
"babel-plugin-inline-import": "^2.0.4",
"chai": "^4.1.2",
"xod-fs": "^0.37.0"
},
"files": [
"dist",
"src"
]
}