{
  "name": "dmn-moddle",
  "version": "10.0.0",
  "description": "A moddle wrapper for DMN 1.3",
  "scripts": {
    "all": "run-s generate-schema lint test distro",
    "lint": "eslint .",
    "dev": "npm test -- --watch",
    "test": "mocha -r esm --reporter=spec --recursive test/spec",
    "distro": "run-s build test:build",
    "build": "rollup -c",
    "test:build": "mocha --reporter=spec --recursive test/distro",
    "prepublishOnly": "run-s distro",
    "generate-schema": "node tasks/generate-schema",
    "test:tck": "npm run test:integration",
    "test:integration": "mocha -r esm --reporter=spec test/integration/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bpmn-io/dmn-moddle"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "umd:main": "dist/dmn-moddle.umd.js",
  "source": "lib/index.js",
  "keywords": [
    "dmn",
    "moddle",
    "meta-model"
  ],
  "author": {
    "name": "Sebastian Stamm",
    "url": "https://github.com/SebastianStamm"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^18.1.0",
    "@rollup/plugin-json": "^4.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "chai": "^4.2.0",
    "cmof-parser": "^0.5.1",
    "eslint": "^7.25.0",
    "eslint-plugin-bpmn-io": "^0.12.0",
    "esm": "^3.2.25",
    "execa": "^5.0.0",
    "glob": "^7.1.6",
    "jsondiffpatch": "^0.4.1",
    "mocha": "^8.3.2",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.47.0",
    "rollup-plugin-terser": "^7.0.2",
    "sax": "^1.2.4",
    "tiny-stack": "^2.0.1",
    "xsd-schema-validator": "^0.7.0"
  },
  "dependencies": {
    "min-dash": "^3.0.0",
    "moddle": "^5.0.1",
    "moddle-xml": "^9.0.5"
  }
}
