{ "name": "xod-project", "version": "0.19.2", "description": "API functions to work on XOD project state", "keywords": [], "license": "AGPL-3.0", "author": "XOD Team ", "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" } }