{
  "name": "bun-skin",
  "version": "1.9.6",
  "description": "",
  "main": "dist/index.js",
  "types": "src/bun.d.ts",
  "scripts": {
    "build": "tslint --fix --project . ./src/**/*.ts && rm -rf ./dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "bunko",
  "license": "ISC",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "tslint --fix --project . ./src/**/*.ts",
      "git add"
    ]
  },
  "dependencies": {
    "@types/koa": "^2.0.49",
    "@types/koa-bodyparser": "^4.3.0",
    "@types/koa-log4": "^2.3.1",
    "@types/koa-static": "^4.0.1",
    "@types/pug": "^2.0.4",
    "core-js": "^3.0.1",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-log4": "^2.3.2",
    "koa-static": "^5.0.0",
    "node-ral": "^0.18.1",
    "pug": "^2.0.4",
    "typescript": "^3.5.3"
  },
  "devDependencies": {
    "husky": "^2.2.0",
    "lint-staged": "^8.1.6",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0"
  }
}
