{
  "name": "pmgo-pokedex",
  "version": "0.2.2",
  "description": "Provide Pokemon GO pokedex data and useful translation.",
  "main": "dist/pokedex.js",
  "repository": "https://github.com/pmgo-professor-willow/pmgo-pokedex",
  "author": "Ze-Hao Wang <salmon.zh.tw@gmail.com> (https://salmon.tw)",
  "license": "MIT",
  "keywords": [
    "pokemon",
    "pokemongo"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest --coverage ./tests",
    "list:pokemon": "ts-node ./tools/list-pokemon.ts",
    "list:pokemon-name": "ts-node ./tools/list-pokemon-name.ts",
    "list:region": "ts-node ./tools/list-region.ts",
    "list:form": "ts-node ./tools/list-form.ts",
    "list:type": "ts-node ./tools/list-type.ts"
  },
  "dependencies": {
    "fs-extra": "11.1.0",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.1",
    "node-html-parser": "^2.0.0",
    "string-similarity": "^4.0.4",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.1",
    "@types/jest": "^29.2.5",
    "@types/lodash": "4.14.191",
    "@types/node": "18.11.18",
    "@types/node-fetch": "2.6.2",
    "@types/string-similarity": "^4.0.0",
    "@types/url-join": "^4.0.0",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.5",
    "ts-node": "10.9.1",
    "typescript": "^4.9.4"
  }
}
