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.5.3", "author": "Thund (https://github.com/thund-x)", "repository": { "type": "git", "url": "git+https://github.com/nekos-best/nekos-best.js.git" }, "devDependencies": { "@types/node": "^22.19.17", "esbuild": "^0.25.12", "typescript": "^5.9.3" }, "exports": { "import": { "types": "./index.d.ts", "default": "./index.mjs" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "bugs": "https://github.com/nekos-best/nekos-best.js/issues", "contributors": [ "oriel-beck (https://github.com/oriel-beck)", "Thusuzzee (https://github.com/Thusuzzee)" ], "description": "The official JavaScript wrapper for the https://nekos.best API with TypeScript typings.", "engines": { "node": ">=22" }, "files": [ "index.*" ], "keywords": [ "nekos", "neko", "api", "wrapper", "roleplay", "rp" ], "license": "MIT", "scripts": { "build": "bunx esbuild index.ts --outfile=index.js --platform=node --format=cjs --target=esnext", "types": "bunx tsc --emitDeclarationOnly", "prepack": "bun run build && bun run types" }, "types": "index.d.ts" }