@sefinek/random-animals
Version:
The best npm module for fetching random animal images, such as cats, foxes, dogs, and many more! All powered by a fast API!
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "@sefinek/random-animals",
"version": "2.0.5",
"description": "The best npm module for fetching random animal images, such as cats, foxes, dogs, and many more! All powered by a fast API!",
"keywords": [
"alpaca",
"alpacas",
"animals api",
"api",
"bird",
"birds",
"cat",
"cats",
"dog",
"dogs",
"fish",
"fishes",
"fox",
"foxes",
"image",
"images",
"random animals",
"random"
],
"homepage": "https://github.com/sefinek/random-animals#readme",
"bugs": {
"url": "https://github.com/sefinek/random-animals/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/random-animals.git"
},
"license": "MIT",
"author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "jest test",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"globals": "^16.0.0",
"jest": "^29.7.0"
}
}