{
  "name": "pokemon-tcg-pocket-database",
  "version": "2.10.0",
  "description": "Pokemon TCG Pocket complete cards and sets JSON database",
  "files": [
    "dist/*.json",
    "dist/cards/*.json",
    "dist/images/rarities/*"
  ],
  "keywords": [
    "pokemon",
    "pokemon tcg",
    "pokemon pocket",
    "Pokemon TCG Pocket",
    "pokemon tcgp",
    "pokemon cards",
    "PTCGP"
  ],
  "author": "flibustier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flibustier/pokemon-tcg-pocket-database.git"
  },
  "bugs": {
    "url": "https://github.com/flibustier/pokemon-tcg-pocket-database/issues"
  },
  "homepage": "https://github.com/flibustier/pokemon-tcg-pocket-database#readme",
  "devDependencies": {
    "cheerio": "^1.2.0",
    "@types/bun": "latest",
    "typescript": "latest"
  },
  "scripts": {
    "scraping": "bun ./scripts/scraps.ts",
    "download": "bun ./scripts/download-images.ts",
    "build": "bun ./scripts/build.ts"
  }
}