Files
xod/packages/xod-pm/package.json
2020-09-08 16:54:04 +03:00

34 lines
811 B
JSON

{
"name": "xod-pm",
"version": "0.35.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"dev": "yarn run build --watch",
"test": "mocha test/**/*.spec.js",
"clean:dist": "rimraf ./dist",
"test-func": "mocha --opts test-func/mocha.opts test-func/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xodio/xod.git"
},
"author": "XOD Team <dev@xod.io>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xodio/xod/issues"
},
"homepage": "https://xod.io/",
"dependencies": {
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"swagger-client": "^3.4.3",
"xod-func-tools": "^0.34.0",
"xod-project": "^0.35.0"
},
"devDependencies": {
"chai": "^4.1.2"
}
}