pokemon.js
Version:
A Node.js modeule that makes interacting with PokeAPI easier
31 lines (30 loc) • 675 B
JSON
{
"scripts": {
"test": "node ./module_test/test.js"
},
"name": "pokemon.js",
"version": "2.1.1",
"description": "A Node.js modeule that makes interacting with PokeAPI easier",
"author": "musubi",
"license": "ISC",
"type": "module",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/musubi3/pokemon.js.git"
},
"bugs": {
"url": "https://github.com/musubi3/pokemon.js/issues"
},
"homepage": "musubi3.github.io/pokemon.js/",
"keywords": [
"pokemon",
"pokeapi",
"javascript",
"js",
"api"
],
"dependencies": {
"node-fetch": "^3.3.2"
}
}