{
  "name": "german-courts",
  "version": "3.0.0",
  "description": "German courts - deutsche Gerichte",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "compile:w": "tsc -w -p .",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxwellium/german-courts.git"
  },
  "author": "maxwellium",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maxwellium/german-courts/issues"
  },
  "homepage": "https://github.com/maxwellium/german-courts#readme",
  "devDependencies": {
    "@types/cheerio": "^0.22.10",
    "@types/node": "^10.5.2",
    "gts": "^0.7.1",
    "typescript": "~2.8.0"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2"
  }
}
