UNPKG

@catgirls/openrouter

Version:

Nyaa~! A TypeScript client for OpenRouter that's both kawaii and powerful! 😻

50 lines • 1.22 kB
{ "name": "@catgirls/openrouter", "version": "1.0.1", "description": "Nyaa~! A TypeScript client for OpenRouter that's both kawaii and powerful! 😻", "author": "Dezziez", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "axios": ">1.0.0" }, "devDependencies": { "@types/events": "3.0.3", "@types/jest": "^29.5.14", "jest": "^29.7.0", "jest-environment-jsdom": "29.7.0", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "tsx": "4.19.3" }, "repository": { "type": "git", "url": "git+https://github.com/dexxiez/catgirls.git", "directory": "packages/openrouter" }, "keywords": [ "ai", "gpt", "llama", "claude", "openrouter", "uwu", "catgirl" ], "dependencies": { "events": "3.3.0" }, "scripts": { "build": "tsup", "test": "jest", "test:watch": "jest --watch", "clean": "rm -rf dist node_modules", "publish-pkg": "pnpm build && pnpm publish --access public --no-git-checks", "generate-models": "tsx ./scripts/generate-models.ts > ./src/models.ts && pnpm prettier --write ./src/models.ts" } }