UNPKG

random-cat-img

Version:

An npm module that provides random cat images. Fast and reliable.

61 lines (60 loc) 1.56 kB
{ "name": "random-cat-img", "version": "1.1.8", "description": "An npm module that provides random cat images. Fast and reliable.", "keywords": [ "api", "bot", "cat", "cats", "image", "images", "random", "random-cat", "random-cat-api", "random-cat-apis", "random-cat-image", "random-cat-images", "random-cat-img", "random-cat-img-api", "random-cat-img-apis", "random-cats", "random-kitten", "random-kitten-api", "random-kitten-apis", "random-kitten-image", "random-kitten-images", "random-kitten-img", "random-kitten-img-api", "random-kitten-img-apis", "random-kittens" ], "homepage": "https://github.com/sefinek/random-cat-img#readme", "bugs": { "url": "https://github.com/sefinek/random-cat-img/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sefinek/random-cat-img.git" }, "license": "MIT", "author": "Sefinek <contact@sefinek.net> (https://sefinek.net)", "type": "commonjs", "main": "index.js", "types": "index.d.ts", "directories": { "example": "examples", "test": "test" }, "scripts": { "test": "jest test/index.test.js", "test-async": "node examples/async.example.js", "test-promise": "node examples/promise.example.js", "up": "ncu -u && npm install && npm update && npm audit fix" }, "devDependencies": { "@eslint/js": "^9.25.1", "globals": "^16.0.0", "jest": "^29.7.0" } }