{
  "name": "dmn-js-custom",
  "description": "A dmn toolkit and web modeler",
  "version": "11.0.10",
  "files": [
    "dist",
    "lib",
    "test/helper"
  ],
  "scripts": {
    "test": "karma start",
    "dev": "npm run test -- --no-single-run --auto-watch",
    "test:distro": "node tasks/test-distro.js",
    "distro": "node tasks/build-distro.js",
    "build": "del-cli lib && babel -s -d lib src"
  },
  "main": "./lib/index.js",
  "author": {
    "name": "Sebastian Stamm",
    "url": "https://github.com/SebastianStamm"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/dmn-js",
    "directory": "packages/dmn-js"
  },
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "dmn",
    "dmn-js",
    "toolkit",
    "web modeler",
    "modeler",
    "modeling",
    "decision modeling"
  ],
  "devDependencies": {
    "@babel/preset-env": "^7.16.0",
    "babel-core": "^7.0.0-bridge.0",
    "cpx": "^1.5.0",
    "del": "^5.1.0",
    "diagram-js": "^7.2.0",
    "dmn-font": "^0.6.2",
    "execa": "^3.3.0",
    "karma-mocha": "^2.0.1",
    "min-dom": "^3.1.3",
    "mkdirp": "^0.5.1",
    "rollup": "^1.27.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-license": "^0.12.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-uglify": "^6.0.0"
  },
  "dependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "babel-preset-env": "^1.7.0",
    "del-cli": "^4.0.1",
    "dmn-js-decision-table-custom": "^11.0.3",
    "dmn-js-drd": "^11.0.2",
    "dmn-js-literal-expression": "^11.0.2",
    "dmn-js-shared": "^11.0.2",
    "karma": "^6.3.7",
    "npm-run-all": "^4.1.5"
  }
}
