{
  "name": "bmf-steuerrechner-api",
  "version": "3.1.0",
  "description": "",
  "main": "build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run check"
  },
  "author": "maxwellium",
  "license": "MIT",
  "dependencies": {
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "@types/node": "^10.12.10",
    "@types/xml2js": "^0.4.3",
    "gts": "^0.9.0",
    "typescript": "~3.1.0"
  }
}
