mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
15 lines
250 B
JSON
15 lines
250 B
JSON
|
{
|
||
|
"name": "examples",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "''",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"node-fetch": "^2.6.1"
|
||
|
}
|
||
|
}
|