mirror of
https://github.com/xodio/xod.git
synced 2026-03-09 10:16:51 +01:00
36 lines
812 B
JSON
36 lines
812 B
JSON
{
|
|
"name": "xod-fs",
|
|
"version": "0.35.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "babel src/ -d dist/ --source-maps",
|
|
"clean:dist": "rimraf ./dist",
|
|
"dev": "yarn run build --watch",
|
|
"test": "mocha test/**/*.spec.js"
|
|
},
|
|
"author": "XOD Team <dev@xod.io>",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"fs-extra": "^4.0.2",
|
|
"hm-def": "^0.3.2",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"ramda": "^0.24.1",
|
|
"recursive-copy": "^2.0.6",
|
|
"recursive-readdir": "^2.1.0",
|
|
"sanctuary-def": "^0.14.0",
|
|
"xod-func-tools": "^0.34.0",
|
|
"xod-project": "^0.35.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"chai-as-promised": "^6.0.0",
|
|
"dir-compare": "^1.4.0",
|
|
"shelljs": "^0.7.7"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
]
|
|
}
|