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