bpmn-in-color-moddle
Version:
A moddle schema for BPMN in Color
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "bpmn-in-color-moddle",
"version": "0.2.0",
"description": "A moddle schema for BPMN in Color",
"type": "module",
"files": [
"resources"
],
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"dev": "npm test -- --watch",
"test": "mocha --reporter=spec --recursive test/spec"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-in-color-moddle"
},
"exports": {
"./resources/*": "./resources/*",
"./package.json": "./package.json"
},
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"meta-model",
"bpmn-in-color",
"BPMN in Color"
],
"author": {
"name": "Maciej Barelkowski",
"url": "https://github.com/barmac"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"bpmn-moddle": "^8.1.0",
"chai": "^5.1.0",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"min-dash": "^4.2.1",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.5",
"xsd-schema-validator": "^0.9.0"
}
}