UNPKG

@k-msg/provider

Version:

Complete provider system with adapters and implementations for K-Message platform

79 lines 1.9 kB
{ "name": "@k-msg/provider", "version": "0.1.1", "type": "module", "description": "Complete provider system with adapters and implementations for K-Message platform", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./interfaces": { "types": "./dist/interfaces/index.d.ts", "import": "./dist/interfaces/index.mjs", "require": "./dist/interfaces/index.js" }, "./registry": { "types": "./dist/registry/index.d.ts", "import": "./dist/registry/index.mjs", "require": "./dist/registry/index.js" }, "./middleware": { "types": "./dist/middleware/index.d.ts", "import": "./dist/middleware/index.mjs", "require": "./dist/middleware/index.js" }, "./utils": { "types": "./dist/utils/index.d.ts", "import": "./dist/utils/index.mjs", "require": "./dist/utils/index.js" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsc --watch", "test": "bun test", "clean": "rm -rf dist" }, "dependencies": { "@k-msg/core": "^0.1.1", "zod": "catalog:" }, "devDependencies": { "@types/bun": "catalog:", "@types/node": "catalog:", "tsup": "^8.5.0", "typescript": "catalog:" }, "keywords": [ "provider", "plugin", "architecture", "messaging", "k-message", "iwinv", "alimtalk", "adapter" ], "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/k-otp/k-message.git" }, "homepage": "https://github.com/k-otp/k-message", "bugs": { "url": "https://github.com/k-otp/k-message/issues" }, "author": "imjlk", "license": "MIT" }