{
  "name": "@nuxt/typescript-build",
  "version": "2.1.0",
  "description": "Nuxt.js TypeScript support",
  "repository": "nuxt/typescript",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "yarn run clean && yarn compile",
    "clean": "rm -rf dist",
    "compile": "tsc"
  },
  "dependencies": {
    "consola": "^2.15.3",
    "fork-ts-checker-webpack-plugin": "^6.1.1",
    "ts-loader": "^8.0.17",
    "typescript": "~4.2"
  },
  "peerDependencies": {
    "@nuxt/types": ">=2.13.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
