{
  "bin": {
    "transpiler": "transpiler.js",
    "ts2js": "ts2js.js"
  },
  "name": "@runtime-type-inspector/transpiler",
  "version": "4.0.6",
  "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": "^4.0.6",
    "typescript": "^5.1.6"
  },
  "files": [
    "index.cjs",
    "index.mjs",
    "types.d.ts"
  ]
}
