Files
xod/packages/xod-project/package.json
2018-03-12 16:47:47 +03:00

31 lines
822 B
JSON

{
"name": "xod-project",
"version": "0.19.2",
"description": "API functions to work on XOD project state",
"keywords": [],
"license": "AGPL-3.0",
"author": "XOD Team <dev@xod.io>",
"main": "dist/index.js",
"repository": {},
"scripts": {
"doc": "documentation build --format html --output doc --sort-order alpha src/",
"build": "babel src/ -d dist/ --source-maps",
"dev": "yarn run build --watch",
"test": "mocha test/**/*.spec.js",
"test:watch": "yarn run test --watch"
},
"dependencies": {
"hm-def": "^0.3.2",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"sanctuary-def": "^0.14.0",
"shortid": "^2.2.6",
"xod-func-tools": "^0.19.2"
},
"devDependencies": {
"chai": "^4.1.2",
"dirty-chai": "^1.2.2",
"documentation": "^4.0.0-beta12"
}
}