{
  "name": "workflow-automation",
  "version": "0.0.25",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "nyc mocha test/*.ts",
    "cover-local": "nyc report --reporter=html",
    "cover": "nyc report --reporter=lcov",
    "prepare_publish": "yarn clean && yarn build && npm version patch -m \"Version %s\""
  },
  "nyc": {
    "extension": [
      ".ts",
      ".tsx"
    ],
    "exclude": [
      "example/**/*",
      "**/*.d.ts",
      "**/*.js"
    ],
    "all": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kostkams/workflow-automation.git"
  },
  "author": "Matthias Kostka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kostkams/workflow-automation/issues"
  },
  "homepage": "https://github.com/kostkams/workflow-automation#readme",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/event-emitter": "^0.3.2",
    "@types/lodash": "^4.14.109",
    "@types/mocha": "^5.2.2",
    "@types/uuid": "^3.4.3",
    "@types/vis": "^4.21.5",
    "@types/xml-js": "^1.0.0",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "mocha": "^5.1.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.7.1",
    "ts-node": "^6.1.1",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "event-emitter": "^0.3.5",
    "lodash": "^4.17.10",
    "uuid": "^3.2.1",
    "vis": "^4.21.0",
    "xml-js": "^1.6.4"
  }
}
