{
  "name": "@xcpcio/types",
  "type": "module",
  "version": "0.85.3",
  "description": "Types for XCPCIO",
  "author": "Dup4 <hi@dup4.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/Dup4",
  "homepage": "https://xcpcio.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xcpcio/xcpcio.git",
    "directory": "packages/libs/types"
  },
  "bugs": {
    "url": "https://github.com/xcpcio/xcpcio/issues"
  },
  "keywords": [
    "ICPC",
    "Leaderboard",
    "Visualization"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/types": "^7.29.7",
    "@types/node": "^25.9.3",
    "@typescript-eslint/eslint-plugin": "^8.61.0",
    "@typescript-eslint/parser": "^8.61.0",
    "bumpp": "^11.1.0",
    "eslint": "^10.5.0",
    "esmo": "^4.8.0",
    "npm-run-all": "^4.1.5",
    "taze": "^19.14.1",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vite": "^8.0.16",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub"
  }
}