{
  "name": "pokeapi-typescript",
  "version": "3.0.3",
  "description": "Typescript SDK for PokeAPI (https://pokeapi.co)",
  "type": "module",
  "files": [
    "dist/**/*"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "Pokemon",
    "PokeAPI",
    "Typescript",
    "API"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "clean": "npx rimraf dist",
    "lint": "npx eslint src/**/*.ts",
    "lint:fix": "npx eslint src/**/*.ts --fix",
    "prebuild": "npm run clean",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "Monbrey",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Monbrey/pokeapi-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/Monbrey/pokeapi-typescript/issues"
  },
  "homepage": "https://github.com/Monbrey/pokeapi-typescript#readme",
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@types/node": "^22.13.10",
    "eslint": "^9.22.0",
    "eslint-config-neon": "^0.2.4",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.26.1"
  },
  "dependencies": {
    "@discordjs/collection": "^2.1.1",
    "pokeapi-typescript": "^3.0.0"
  }
}
