UNPKG

@k-msg/channel

Version:

AlimTalk channel and sender number management

55 lines 1.13 kB
{ "name": "@k-msg/channel", "version": "0.1.1", "description": "AlimTalk channel and sender number management", "type": "module", "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" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsc --watch", "test": "bun test", "clean": "rm -rf dist" }, "dependencies": { "zod": "catalog:" }, "devDependencies": { "typescript": "catalog:", "@types/bun": "catalog:", "@types/node": "catalog:", "tsup": "^8.5.0" }, "keywords": [ "alimtalk", "channel", "kakao", "sender", "verification" ], "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" }