mirror of
https://github.com/xodio/xod.git
synced 2026-03-06 16:56:52 +01:00
36 lines
752 B
JSON
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"
|
|
]
|
|
}
|