UNPKG

nekos-fun

Version:

Unofficial wrapper for nekos.fun API. Provides SFW and NSFW, Anime and Real Life Images and GIFs.

36 lines (35 loc) 765 B
{ "name": "nekos-fun", "version": "1.1.2", "description": "Unofficial wrapper for nekos.fun API. Provides SFW and NSFW, Anime and Real Life Images and GIFs.", "main": "index.js", "types": "./typings/index.d.ts", "directories": { "test": "test" }, "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/flufl/nekos.fun.js.git" }, "keywords": [ "nsfw", "hentai", "anime", "sfw", "nekos.fun", "api", "wrapper" ], "author": "Fuwafuwa", "license": "MIT", "bugs": { "url": "https://github.com/flufl/nekos.fun.js/issues" }, "homepage": "https://github.com/flufl/nekos.fun.js#readme", "dependencies": { "node-fetch": "^2.6.1" } }