UNPKG

pokeapi-js-wrapper

Version:
61 lines (60 loc) 1.55 kB
{ "name": "pokeapi-js-wrapper", "version": "1.2.8", "description": "An API wrapper for PokeAPI", "main": "dist/index.js", "module": "src/index.js", "files": [ "dist/index.js", "dist/pokeapi-js-wrapper-sw.js", "src/*", "index.d.ts" ], "scripts": { "build": "webpack", "build:watch": "webpack --watch", "clean": "rm -rf ./dist/*", "doctoc": "doctoc .", "test": "nyc --reporter=lcov mocha -r mock-local-storage -r source-map-support/register ./test/test.js --timeout 10000", "prepublish": "npm run build", "serve": "http-server ." }, "repository": { "type": "git", "url": "git+https://github.com/PokeAPI/pokeapi-js-wrapper" }, "keywords": [ "pokedex", "pokemon", "nintendo", "promise", "pokeapi", "browser", "cache" ], "author": "Alessandro Pezzé <igougi.ui@gmail.com> (https://github.com/Naramsim)", "contributors": [], "license": "MPL-2.0", "bugs": { "url": "https://github.com/PokeAPI/pokeapi-js-wrapper/issues" }, "homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme", "types": "./index.d.ts", "dependencies": { "axios": "^1.7.9", "localforage": "^1.10.0" }, "devDependencies": { "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "chai-things": "^0.2.0", "copy-webpack-plugin": "^12.0.2", "doctoc": "^2.2.1", "http-server": "^14.1.1", "mocha": "^11.0.1", "mock-local-storage": "^1.1.24", "nyc": "^17.1.0", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } }