UNPKG

nekos-best.js

Version:

The official JavaScript wrapper for the https://nekos.best API with TypeScript typings.

52 lines (51 loc) 1.39 kB
{ "name": "nekos-best.js", "version": "6.4.0", "description": "The official JavaScript wrapper for the https://nekos.best API with TypeScript typings.", "types": "index.d.ts", "files": [ "index.*" ], "exports": { "import": { "types": "./index.d.ts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "license": "MIT", "bugs": "https://github.com/nekos-best/nekos-best.js/issues", "author": "thunder04 (https://github.com/thunder04)", "repository": "github:nekos-best/nekos-best.js", "contributors": [ "oriel-beck (https://github.com/oriel-beck)", "Thusuzzee (https://github.com/Thusuzzee)" ], "keywords": [ "nekos", "neko", "api", "wrapper", "roleplay", "rp" ], "scripts": { "build": "pnpm esbuild index.ts --outfile=index.js --platform=node --format=cjs --target=esnext", "types": "pnpm tsc --emitDeclarationOnly", "prepack": "pnpm build && pnpm types" }, "dependencies": { "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.13.4", "esbuild": "^0.25.0", "typescript": "^5.7.3" }, "engines": { "node": ">=16.17.0" } }