UNPKG

node-catbox

Version:

A library for interacting with Catbox.moe written in TypeScript.

60 lines (59 loc) 1.32 kB
{ "name": "node-catbox", "version": "3.4.0", "author": "depthbomb", "description": "A library for interacting with Catbox.moe written in TypeScript.", "license": "MIT", "engines": { "node": ">=19" }, "keywords": [ "catbox.moe", "catbox", "typescript", "fetch", "api" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/depthbomb/node-catbox.git" }, "bugs": { "url": "https://github.com/depthbomb/node-catbox/issues" }, "files": [ "dist" ], "scripts": { "start": "node .", "build": "tsc", "dist": "tsup", "test": "yarn dist && vitest", "release": "yarn dist && release-it", "lint": "eslint ./src --ext .ts" }, "devDependencies": { "@types/eslint": "^9.6.1", "@types/node": "^22.15.19", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "dotenv": "^16.5.0", "eslint": "^9.27.0", "release-it": "^18.1.2", "terser": "^5.39.2", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.1.4" }, "packageManager": "yarn@4.9.1" }