UNPKG

pipeline-handler

Version:

an idependant handler for pipelines (like in perfidy or epitelete)

44 lines (43 loc) 1.12 kB
{ "name": "pipeline-handler", "version": "2.2.2", "description": "an idependant handler for pipelines (like in perfidy or epitelete)", "source": "src/index.js", "main": "dist/main.js", "scripts": { "test": "bash -c \"tape test/code/*.cjs | node_modules/tap-summary/bin/cmd.js\"", "watch": "parcel watch", "build": "rm -fr dist && parcel build --no-source-maps" }, "repository": { "type": "git", "url": "git+https://github.com/Proskomma/proskomma-pipelines.git" }, "keywords": [ "pipeline", "proskomma", "epitelete", "perfidy", "usfm", "perf" ], "author": "Nicolas Condomitti", "license": "ISC", "bugs": { "url": "https://github.com/Proskomma/proskomma-pipelines/issues" }, "homepage": "https://github.com/Proskomma/proskomma-pipelines#readme", "devDependencies": { "fs-extra": "^10.1.0", "parcel": "^2.8.0", "path": "^0.12.7", "proskomma": "^0.9.2", "tap-summary": "^4.0.0", "tape": "^5.6.1" }, "dependencies": { "deep-copy-all": "^1.3.4", "xregexp": "^5.1.1", "proskomma-json-tools": "^0.5.12" } }