{
  "name": "@nubjs/types",
  "version": "0.7.5",
  "description": "TypeScript ambient declarations for code authored against the Nub runtime",
  "license": "MIT",
  "repository": "https://github.com/nubjs/nub",
  "homepage": "https://nubjs.com",
  "types": "./index.d.ts",
  "typesVersions": {
    "<=5.9": {
      "*": [
        "ts5.9/index.d.ts"
      ]
    }
  },
  "files": [
    "index.d.ts",
    "common.d.ts",
    "ts5.9/index.d.ts",
    "LICENSE"
  ],
  "peerDependencies": {
    "@types/node": ">=25"
  }
}
