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

34 lines
782 B
JSON

{
"name": "xod-patch-search",
"version": "0.35.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"clean:dist": "rimraf ./dist",
"dev": "yarn run build --watch",
"test": "mocha test/**/*.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://github.com/xodio/xod#readme",
"dependencies": {
"fuse.js": "^3.0.5",
"ramda": "^0.24.1",
"ramda-fantasy": "^0.8.0",
"xod-func-tools": "^0.34.0",
"xod-project": "^0.35.0"
},
"devDependencies": {
"chai": "^4.1.2",
"xod-fs": "^0.35.0"
}
}