{
  "_from": "@rollup/plugin-typescript@^4.0.0",
  "_id": "@rollup/plugin-typescript@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-qA3r4WlR8JnTm+VdBzvQSIkfXt802keGxXuE4SAjUjRMKK3nMXTUCvOGSzFkav2qf0QiGv6yijfbjuf+bhwmZQ==",
  "_location": "/@rollup/plugin-typescript",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@rollup/plugin-typescript@^4.0.0",
    "name": "@rollup/plugin-typescript",
    "escapedName": "@rollup%2fplugin-typescript",
    "scope": "@rollup",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-4.0.0.tgz",
  "_shasum": "7a4f7b2844d28669e58c03c880f6ed0d6e926685",
  "_spec": "@rollup/plugin-typescript@^4.0.0",
  "_where": "/home/mmis1000/web/VuetifyESM",
  "author": {
    "name": "Oskar Segersvärd"
  },
  "ava": {
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "files": [
      "!**/fixtures/**",
      "!**/output/**",
      "!**/helpers/**",
      "!**/recipes/**",
      "!**/types.ts"
    ]
  },
  "bugs": {
    "url": "https://github.com/rollup/plugins/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@rollup/pluginutils": "^3.0.1",
    "resolve": "^1.14.1"
  },
  "deprecated": false,
  "description": "Seamless integration between Rollup and TypeScript.",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.0",
    "@rollup/plugin-commonjs": "^11.0.1",
    "@rollup/plugin-typescript": "^3.0.0",
    "buble": "^0.19.8",
    "rollup": "^1.27.14",
    "tslib": "^1.10.0",
    "typescript": "^3.7.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "dist",
    "types",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/rollup/plugins/tree/master/packages/typescript/#readme",
  "keywords": [
    "rollup",
    "plugin",
    "typescript",
    "es2015"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "@rollup/plugin-typescript",
  "peerDependencies": {
    "rollup": "^1.20.0",
    "tslib": "*",
    "typescript": ">=2.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/plugins.git"
  },
  "scripts": {
    "build": "rollup -c",
    "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:lint": "pnpm run build && pnpm run lint",
    "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
    "ci:test": "pnpm run test -- --verbose --serial",
    "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package",
    "lint:docs": "prettier --single-quote --write README.md",
    "lint:js": "eslint --fix --cache src test --ext .js,.ts",
    "lint:json": "prettier --write **/tsconfig.json",
    "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
    "prebuild": "del-cli dist",
    "prepare": "pnpm run build",
    "prepublishOnly": "pnpm run lint",
    "pretest": "pnpm run build",
    "test": "ava"
  },
  "types": "types/index.d.ts",
  "version": "4.0.0"
}
