{
  "name": "@elide-dev/types",
  "version": "1.3.2",
  "description": "TypeScript types for Elide",
  "license": "MIT",
  "types": "./index.d.ts",
  "type": "commonjs",
  "files": [
    "./*.d.ts"
  ],
  "homepage": "https://elide.dev",
  "bugs": {
    "url": "https://github.com/elide-dev/elide/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elide-dev/elide.git",
    "directory": "packages/types"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/node": "25.9.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.0",
    "@definitelytyped/dtslint": "^0.2.45",
    "@definitelytyped/eslint-plugin": "^0.1.32",
    "bun": "1.3.14",
    "publint": "0.3.21",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "bun x tsc",
    "check": "bun run build && bun run lint && bun run publint",
    "lint": "biome lint .",
    "publint": "publint",
    "fix": "biome lint --fix .",
    "dtslint": "dtslint types"
  },
  "keywords": [
    "elide",
    "runtime",
    "types"
  ]
}
