{
  "name": "jc-bpmn-js-properties-panel-activiti",
  "version": "1.1.10",
  "description": "activiti",
  "main": "index.js",
  "dependencies": {
    "@bpmn-io/element-templates-validator": "^0.1.0",
    "@bpmn-io/extract-process-variables": "^0.4.3",
    "ids": "^1.0.0",
    "inherits": "^2.0.1",
    "lodash": "^4.17.20",
    "min-dom": "^3.1.3",
    "scroll-tabs": "^1.0.1",
    "selection-update": "^0.1.2",
    "semver": "^6.3.0"
  },
  "devDependencies": {
    "bpmn-js": "^8.7.0",
    "bpmn-moddle": "^7.1.1",
    "camunda-bpmn-moddle": "^5.1.0",
    "chai": "^4.1.2",
    "diagram-js": "^7.3.0",
    "eslint": "^7.12.1",
    "eslint-plugin-bpmn-io": "^0.12.0",
    "karma": "^6.1.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.1",
    "karma-safari-launcher": "^1.0.0",
    "karma-sinon-chai": "^2.0.2",
    "karma-webpack": "^5.0.0",
    "less": "^3.8.0",
    "mocha": "^8.3.0",
    "mocha-test-container-support": "0.2.0",
    "npm-run-all": "^4.1.5",
    "promise-polyfill": "^8.1.3",
    "puppeteer": "^8.0.0",
    "raw-loader": "^0.5.1",
    "sinon": "^9.2.4",
    "sinon-chai": "^3.2.0",
    "webpack": "^5.24.2"
  },
  "keywords": [
    "bpmn-js",
    "properties",
    "properties-panel"
  ],
  "license": "MIT",
  "peerDependencies": {
    "bpmn-js": "^3.x || ^4.x || ^5.x || ^6.x || ^7.x || ^8.x"
  },
  "scripts": {
    "all": "run-s lint test build",
    "build": "run-s build:*",
    "build:less": "lessc --include-path=node_modules styles/properties.less dist/assets/bpmn-js-properties-panel.css",
    "dev": "npm test -- --no-single-run --auto-watch",
    "lint": "eslint .",
    "prepublishOnly": "run-s build",
    "test": "karma start"
  },
  "author": {
    "name": "liupw",
    "email": "liupw@jcinfo.online"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
