{
  "name": "@flowbuild/nodejs-diagram-builder",
  "version": "1.1.0",
  "description": "Diagram builder from workflow blueprint",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch",
    "get-version": "echo $npm_package_version",
    "release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flow-build/nodejs-diagram-builder.git"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.1",
    "@semantic-release/npm": "^7.1.3",
    "@types/bpmn-moddle": "^5.1.6",
    "conventional-changelog-conventionalcommits": "^4.6.2",
    "eslint": "^8.5.0",
    "jest": "^26.6.3",
    "jest-xml-matcher": "^1.2.0",
    "semantic-release": "^17.4.3"
  },
  "dependencies": {
    "ajv": "^8.8.2",
    "ajv-formats": "^2.1.1",
    "bpmn-moddle": "^7.1.2",
    "debug": "^4.3.3",
    "dotenv": "^10.0.0",
    "lodash": "^4.17.21",
    "nanoid": "^3.1.30",
    "winston": "^3.3.3",
    "xml-formatter": "^2.6.0",
    "xml2js": "^0.4.23"
  },
  "bugs": {
    "url": "https://github.com/flow-build/nodejs-diagram-builder/issues"
  },
  "homepage": "https://github.com/flow-build/nodejs-diagram-builder#readme",
  "author": "FDTE-DSD",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
