UNPKG

bpmn-elements

Version:

Executable workflow elements based on BPMN 2.0

110 lines (109 loc) 2.89 kB
{ "name": "bpmn-elements", "version": "17.1.0", "description": "Executable workflow elements based on BPMN 2.0", "type": "module", "main": "./dist/index.js", "module": "./src/index.js", "jsnext:main": "./src/index.js", "types": "./types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts", "require": "./dist/index.js", "import": "./src/index.js" }, "./events": { "types": "./types/index.d.ts", "require": "./dist/events/index.js", "import": "./src/events/index.js" }, "./eventDefinitions": { "types": "./types/index.d.ts", "require": "./dist/eventDefinitions/index.js", "import": "./src/eventDefinitions/index.js" }, "./flows": { "types": "./types/index.d.ts", "require": "./dist/flows/index.js", "import": "./src/flows/index.js" }, "./gateways": { "types": "./types/index.d.ts", "require": "./dist/gateways/index.js", "import": "./src/gateways/index.js" }, "./tasks": { "types": "./types/index.d.ts", "require": "./dist/tasks/index.js", "import": "./src/tasks/index.js" } }, "sideEffects": false, "scripts": { "test": "mocha -R @bonniernews/hot-bev -p -t 3000", "posttest": "npm run lint && npm run dist", "lint": "eslint . --cache && prettier . --check --cache", "prepack": "npm run dist", "test:md": "texample ./docs/Examples.md,./docs/StartEvent.md,./docs/Extension.md,./docs/ConditionalEventDefinition.md", "cov:html": "c8 -r html -r text mocha -R @bonniernews/hot-bev -p -t 3000", "test:lcov": "c8 -r lcov mocha && npm run lint", "dist": "babel src -d dist/" }, "repository": { "type": "git", "url": "git://github.com/paed01/bpmn-elements.git" }, "author": { "name": "Pål Edman", "url": "https://github.com/paed01" }, "license": "MIT", "keywords": [ "workflow", "automation", "bpmn", "bpmn 2", "isomorphic", "tree-shakeable" ], "files": [ "dist", "src", "types", "*.d.ts" ], "c8": { "include": [ "src/**/*" ] }, "devDependencies": { "@aircall/expression-parser": "^1.0.4", "@babel/cli": "^7.24.1", "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", "@babel/register": "^7.23.7", "@bonniernews/hot-bev": "^0.4.0", "@types/node": "^18.19.63", "bpmn-moddle": "^9.0.1", "c8": "^10.1.1", "camunda-bpmn-moddle": "^7.0.1", "chai": "^5.1.0", "chronokinesis": "^6.0.0", "debug": "^4.3.4", "eslint": "^9.0.0", "globals": "^16.0.0", "got": "^14.2.1", "mocha": "^11.0.1", "mocha-cakes-2": "^3.3.0", "moddle-context-serializer": "^4.2.1", "nock": "^14.0.0", "prettier": "^3.2.5", "texample": "^0.0.8" }, "dependencies": { "@0dep/piso": "^2.4.0", "smqp": "^9.0.6" } }