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

26 lines
640 B
JSON

{
"name": "xod-func-tools",
"version": "0.19.2",
"description": "",
"keywords": [],
"author": "XOD Team <dev@xod.io>",
"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"
}
}