{
  "name": "bug-monitor-client",
  "version": "3.0.4",
  "description": "Client side script for tracking JS errors",
  "main": "./dist/bug-monitor.client.js",
  "types": "./dist/bug-monitor.client.d.ts",
  "scripts": {
    "tsc": "tsc",
    "watch": "tsc -w",
    "version": "npm run tsc",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "quality assurance",
    "error",
    "tracking",
    "monitoring",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markusfalk/bug-monitor-client.git"
  },
  "author": "mail@markus.falk.com",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/markusfalk/bug-monitor-client/issues"
  },
  "homepage": "https://github.com/markusfalk/bug-monitor-client#readme",
  "devDependencies": {
    "serve": "^10.0.0",
    "typescript": "^3.0.3"
  },
  "dependencies": {}
}
