{
  "name": "@runtime-type-inspector/transpiler",
  "version": "3.0.8",
  "description": "Validating JSDoc types at runtime for high-quality types - Trust is good, control is better.",
  "main": "index.cjs",
  "module": "index.mjs",
  "types": "index.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kungfooman/RuntimeTypeInspector.js.git"
  },
  "author": "Hermann Rolfes (kungfooman)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kungfooman/RuntimeTypeInspector.js/issues"
  },
  "type": "module",
  "homepage": "https://github.com/kungfooman/RuntimeTypeInspector.js#readme",
  "dependencies": {
    "@babel/parser": "^7.23.0",
    "@runtime-type-inspector/runtime": "~3.0.8",
    "typescript": "^5.1.6"
  },
  "files": [
    "index.cjs",
    "index.mjs",
    "types.d.ts"
  ]
}
