{
  "name": "atcoder-next",
  "version": "1.5.0",
  "description": "AtCoder Next CLI (Local-first)",
  "main": "dist/cli.js",
  "bin": {
    "atc": "./dist/cli.js"
  },
  "type": "commonjs",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "dev": "tsx src/cli.ts"
  },
  "keywords": [
    "atcoder",
    "cli",
    "competitive-programming"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "axios": "^1.6.8",
    "cheerio": "^1.0.0-rc.12",
    "commander": "^12.0.0",
    "esbuild": "^0.28.1",
    "ora": "^5.4.1",
    "picocolors": "^1.0.0",
    "playwright-core": "^1.61.1"
  },
  "optionalDependencies": {
    "koffi": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.24",
    "tsx": "^4.7.1",
    "typescript": "^5.3.3",
    "vitest": "^1.3.1"
  }
}
