UNPKG

node-catbox

Version:

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

60 lines (59 loc) 1.31 kB
{ "name": "node-catbox", "version": "3.3.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.5.5", "@typescript-eslint/eslint-plugin": "^8.6.0", "@typescript-eslint/parser": "^8.6.0", "dotenv": "^16.4.5", "eslint": "^9.11.0", "release-it": "^17.6.0", "terser": "^5.33.0", "tsup": "^8.3.0", "typescript": "^5.6.2", "vitest": "^2.1.1" }, "packageManager": "yarn@4.3.1" }