{
  "name": "un-oj",
  "type": "module",
  "version": "0.3.2",
  "description": "Unified Online Judge information collector.",
  "author": "UnOJ Team",
  "license": "MIT",
  "homepage": "https://jsr.io/@un-oj/core",
  "repository": {
    "url": "git+https://github.com/un-oj/core.git"
  },
  "keywords": [
    "un-oj",
    "oj",
    "online-judge",
    "competitive-programming"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json",
    "./platforms/*": "./dist/platforms/*.js"
  },
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "dist"
  ],
  "scripts": {
    "prepare": "husky",
    "build": "tsdown",
    "dev": "bun ./scripts/dev.ts",
    "lint": "eslint .",
    "type-check": "tsc --noEmit",
    "test": "bun test --coverage"
  },
  "dependencies": {
    "cheerio": "^1.0.0",
    "ofetch": "^1.4.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.12.0",
    "@commitlint/cli": "^19.8.0",
    "@commitlint/config-conventional": "^19.8.0",
    "@tsconfig/bun": "^1.0.7",
    "@typed-sigterm/eslint-config": "^1.4.1",
    "@types/bun": "^1.2.10",
    "eslint": "^9.24.0",
    "husky": "^9.1.7",
    "tsdown": "^0.12.5",
    "typescript": "^5.8.3"
  }
}
