{
  "name": "ts-expose-internals",
  "description": "Augment the TypeScript compiler module's types to expose hidden internal types",
  "version": "5.6.3",
  "license": "MIT",
  "types": "index.d.ts",
  "author": {
    "name": "Ron Spickenagel",
    "url": "https://twitter.com/ron"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:nonara/ts-expose-internals.git"
  },
  "files": [
    "index.d.ts",
    "README.md",
    "typescript.d.ts"
  ],
  "keywords": [
    "typescript",
    "internal types",
    "internals",
    "byots",
    "types"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}