UNPKG

web2api-server

Version:

server part of web2api service(1/2)

50 lines (49 loc) 1.12 kB
{ "name": "web2api-server", "description": "server part of web2api service(1/2)", "keywords": [ "ai-provider", "web2api", "moonshot", "chatgpt", "grok", "llm", "api" ], "version": "0.3.0", "type": "module", "license": "MIT", "author": { "name": "slow-groowin", "url": "https://github.com/slow-groovin" }, "homepage": "https://github.com/slow-groovin/web2api-ai-sdk-provider", "repository": { "url": "github:slow-groovin/web2api-ai-sdk-provider", "directory": "packages/web2api-server", "type": "github" }, "bin": { "web2api-server": "dist/node-entry.js", "run-bun": "src/bun-entry.ts" }, "scripts": { "dev": "bun run --watch src/bun-entry.ts", "build": "bun run build.ts", "test": "vitest --run", "prepublishOnly": "vitest --run && bun run build" }, "exports": { "./type": "./src/shared-types.d.ts" }, "dependencies": { "@hono/node-ws": "^1.1.1", "consola": "^3.4.2", "hono": "^4.6.19", "radash": "^12.1.0", "zod": "^3.24.2" }, "devDependencies": { "vitest": "^3.1.1" } }