{
  "name": "rtt",
  "version": "1.3.4",
  "description": "Runtime Typescript Types",
  "author": "Nizami",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "barrelize && vite build",
    "test": "barrelize && vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "Typescript",
    "Runtime Types"
  ],
  "homepage": "https://github.com/nizami/rtt#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nizami/rtt.git"
  },
  "bugs": {
    "url": "https://github.com/nizami/rtt/issues"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.58.9",
    "@types/node": "^26.0.0",
    "barrelize": "^1.8.2",
    "typescript": "~6.0.3",
    "unplugin-dts": "^1.0.2",
    "vite": "^8.0.16",
    "vitest": "^4.1.9"
  },
  "allowScripts": {
    "fsevents@2.3.3": true
  }
}
