UNPKG

node-catbox

Version:

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

61 lines (60 loc) 1.28 kB
{ "name": "node-catbox", "version": "4.2.0", "author": "depthbomb", "description": "A library for interacting with Catbox.moe written in TypeScript.", "license": "MIT", "engines": { "node": ">=22" }, "keywords": [ "catbox.moe", "catbox", "typescript", "fetch", "api" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "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": { "dist": "tsdown", "test": "yarn dist && vitest", "release": "yarn dist && release-it", "lint": "eslint ./src --ext .ts" }, "devDependencies": { "@tsconfig/node24": "^24.0.4", "@types/eslint": "^9.6.1", "@types/node": "^24.10.13", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "dotenv": "^17.3.1", "eslint": "^9.39.2", "release-it": "^19.2.4", "terser": "^5.46.0", "tsdown": "^0.20.3", "typescript": "^5.9.3", "vitest": "^4.0.18" }, "packageManager": "yarn@4.12.0" }