{
  "name": "@runtime-type-inspector/runtime",
  "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",
  "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",
  "files": [
    "index.cjs",
    "index.mjs"
  ]
}
