@k-msg/messaging
Version:
AlimTalk messaging core for sending, queuing, and tracking messages
56 lines • 1.18 kB
JSON
{
"name": "@k-msg/messaging",
"version": "0.1.1",
"description": "AlimTalk messaging core for sending, queuing, and tracking messages",
"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:",
"@k-msg/core": "^0.1.1"
},
"devDependencies": {
"typescript": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"tsup": "^8.5.0"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"alimtalk",
"messaging",
"queue",
"delivery",
"kakao"
],
"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"
}