mirror of
https://github.com/xodio/xod.git
synced 2026-03-24 17:46:56 +01:00
32 lines
712 B
JSON
32 lines
712 B
JSON
{
|
|
"name": "xod-cloud-compile",
|
|
"version": "0.27.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.26.0",
|
|
"xod-tabtest": "^0.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-inline-import": "^2.0.4",
|
|
"chai": "^4.1.2",
|
|
"xod-fs": "^0.27.0"
|
|
}
|
|
}
|