{
  "name": "pokenode-ts",
  "version": "2.3.1",
  "private": false,
  "description": "A typed PokéAPI client with zero runtime dependencies.",
  "keywords": [
    "pokeapi",
    "PokéAPI",
    "pokemon",
    "pokedex"
  ],
  "homepage": "https://pokenode-ts.vercel.app/",
  "bugs": {
    "url": "https://github.com/Gabb-c/pokenode-ts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gabb-c/pokenode-ts.git"
  },
  "funding": "https://github.com/Gabb-c/pokenode-ts?sponsor=1",
  "license": "MIT",
  "author": {
    "name": "Gabb-c",
    "url": "https://github.com/Gabb-c"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      },
      "require": {
        "types": "./lib/index.d.cts",
        "default": "./lib/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "files": [
    "lib"
  ],
  "types": "lib/index.d.ts",
  "packageManager": "pnpm@11.25.0",
  "scripts": {
    "build": "tsdown",
    "docs:build": "vitepress build docs",
    "docs:dev": "vitepress dev docs --force",
    "docs:preview": "vitepress preview docs",
    "format": "biome format --write",
    "lint": "biome check --write",
    "lint:ci": "biome ci",
    "typecheck": "tsc --noEmit && tsc --noEmit -p tests && tsc --noEmit -p docs/.vitepress",
    "prepare": "lefthook install",
    "prepublishOnly": "pnpm build",
    "test": "vitest --project unit",
    "test:run": "vitest run --project unit",
    "test:live": "vitest run --project live",
    "test:coverage": "vitest run --project unit --coverage",
    "test:ui": "vitest --project unit --ui --api 9527"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.5",
    "@biomejs/biome": "^2.5.12",
    "@commitlint/cli": "^21.2.2",
    "@commitlint/config-conventional": "^21.2.2",
    "@types/node": "^26.4.1",
    "@vitest/coverage-v8": "^5.0.0",
    "@vitest/ui": "^5.0.0",
    "lefthook": "^2.1.12",
    "msw": "^2.15.0",
    "publint": "^0.3.24",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2",
    "vite": "^8.2.2",
    "vitepress": "1.6.4",
    "vitest": "^5.0.0",
    "vue": "^3.5.42"
  },
  "engines": {
    "node": ">=22"
  }
}
