UNPKG

@koishijs/plugin-http

Version:

HTTP and WebSocket client for Koishi

59 lines 1.22 kB
{ "name": "@koishijs/plugin-http", "description": "HTTP and WebSocket client for Koishi", "version": "0.6.3", "type": "module", "main": "index.cjs", "module": "index.mjs", "types": "index.d.ts", "exports": { ".": { "types": "./index.d.ts", "require": "./index.cjs", "import": "./index.mjs" }, "./package.json": "./package.json" }, "files": [ "index.cjs", "index.mjs", "index.d.ts" ], "author": "Shigma <shigma10826@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cordiverse/http.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/cordiverse/http/issues" }, "homepage": "https://github.com/cordiverse/http", "keywords": [ "http", "fetch", "axios", "http", "undici", "client", "request", "cordis", "plugin" ], "koishi": { "description": { "en": "HTTP and WebSocket client for Koishi", "zh": "HTTP 与 WebSocket 基础服务" } }, "peerDependencies": { "koishi": "^4.18.0" }, "devDependencies": { "koishi": "^4.18.0" }, "dependencies": { "@cordisjs/plugin-http": "^0.6.3" } }