{ "name": "xod-func-tools", "version": "0.19.2", "description": "", "keywords": [], "author": "XOD Team ", "license": "AGPL-3.0", "main": "dist/index.js", "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" }, "dependencies": { "hm-def": "^0.3.2", "ramda": "^0.24.1", "ramda-fantasy": "^0.8.0", "sanctuary-def": "^0.14.0", "sanctuary-type-identifiers": "^2.0.1" }, "devDependencies": { "chai": "^4.1.2" } }