UNPKG

@akomalabs/kemono

Version:

A production-grade TypeScript API wrapper for the Kemono/Coomer platforms

48 lines (47 loc) 957 B
{ "name": "@akomalabs/kemono", "version": "0.1.2", "description": "A production-grade TypeScript API wrapper for the Kemono/Coomer platforms", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "bun test", "lint": "eslint src --ext .ts", "format": "prettier --write src", "prepublishOnly": "bun run build" }, "keywords": [ "kemono", "coomer", "api", "wrapper", "typescript" ], "author": "Akoma Labs", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "axios": "^1.6.5", "axios-retry": "^4.0.0", "ioredis": "^5.3.2", "winston": "^3.11.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.5", "bun-types": "^1.1.36", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }