{
  "name": "fuse-box-typechecker",
  "version": "3.0.0-next.29",
  "description": "Fuse-Box type checker plugin",
  "keywords": [
    "fuse-box-bundler",
    "fuse-box",
    "type checker",
    "typescript"
  ],
  "homepage": "https://github.com/fuse-box/fuse-box-typechecker",
  "bugs": {
    "url": "https://github.com/fuse-box/fuse-box-typechecker/issues"
  },
  "license": "MIT",
  "scripts": {
    "test": "node test.js",
    "build": "node ./scripts/build"
  },
  "author": "Fusebox Community",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/fuse-box/fuse-box-typechecker"
  },
  "devDependencies": {
    "@types/json5": "0.0.30",
    "@types/node": "^12.6.8",
    "@types/watch": "^1.0.1",
    "fuse-box": "^4.0.0-next.127",
    "fuse-box-typechecker": "3.0.0-next.27",
    "husky": "^3.0.5",
    "lint-staged": "^9.2.5",
    "prettier": "^1.18.2",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "json5": "^2.1.0",
    "object.entries": "^1.1.0",
    "tslib": "^1.10.0",
    "watch": "^1.0.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{json,md,ts}": [
      "prettier --write",
      "git add"
    ],
    "test/**/*.{json,md,ts}": [
      "prettier --write",
      "git add"
    ],
    "scripts/**/*.{json,md,ts}": [
      "prettier --write",
      "git add"
    ]
  }
}
