{
  "name": "@amoutonbrady/pokeapi",
  "version": "0.0.7",
  "description": "An API wrapper for PokeAPI - browser use only",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "browser": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist && rollup -c && tsc && yarn node scripts/patchTypes",
    "prepublish": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amoutonbrady/pokeapi-js-wrapper"
  },
  "keywords": [
    "pokedex",
    "pokemon",
    "nintendo",
    "promise",
    "pokeapi",
    "browser",
    "cache"
  ],
  "author": "Alexandre Mouton-Brady <amoutonbrady@gmail.com> (https://github.com/amoutonbrady)",
  "contributors": [],
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/amoutonbrady/pokeapi-js-wrapper/issues"
  },
  "homepage": "https://github.com/amoutonbrady/pokeapi-js-wrapper#readme",
  "dependencies": {
    "idb-keyval": "^3.2.0",
    "redaxios": "^0.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-typescript": "^7.10.4",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-replace": "^2.3.3",
    "@types/fs-extra": "^9.0.1",
    "fs-extra": "^9.0.1",
    "rollup": "^2.28.1",
    "typescript": "^4.0.3"
  }
}