@k-msg/core
Version:
Core types and interfaces for K-Message platform
53 lines • 1.1 kB
JSON
{
"name": "@k-msg/core",
"version": "0.1.1",
"description": "Core types and interfaces for K-Message platform",
"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": {},
"devDependencies": {
"@types/bun": "latest",
"tsup": "^8.5.0",
"typescript": "^5.0.0"
},
"peerDependencies": {},
"files": [
"dist",
"README.md"
],
"keywords": [
"alimtalk",
"k-message",
"messaging",
"platform",
"types"
],
"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"
}