animal-api
Version:
A simple api for fetching animal pics using node-fetch
25 lines (24 loc) • 453 B
JSON
{
"name": "animal-api",
"version": "0.0.2",
"description": "A simple api for fetching animal pics using node-fetch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Animal",
"animal",
"api",
"rest",
"api",
"node-fetch",
"restapi",
"animalapi"
],
"author": "jenil-dev",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
}
}