UNPKG

@memo28.pro/notification

Version:

企业级消息通知解决方案 - 支持多平台消息推送的轻量级 TypeScript SDK

63 lines 1.54 kB
{ "name": "@memo28.pro/notification", "version": "0.0.2", "description": "企业级消息通知解决方案 - 支持多平台消息推送的轻量级 TypeScript SDK", "main": "./lib/index.js", "module": "./dist/index.js", "types": "./dts/index.d.ts", "files": [ "lib", "dist", "dts", "README.md", "LICENSE" ], "dependencies": { "@memo28.pro/builder": "^1.0.0" }, "keywords": [ "notification", "message", "webhook", "wechat", "wecom", "enterprise", "typescript", "sdk", "plugin", "messaging", "企业微信", "消息推送", "通知" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "author": { "name": "memo28.repo", "email": "1695415918@qq.com" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/memo28/memo28.pro.Repo.git", "directory": "packages/notification" }, "bugs": { "url": "https://github.com/memo28/memo28.pro.Repo/issues" }, "homepage": "https://github.com/memo28/memo28.pro.Repo/tree/main/packages/notification#readme", "engines": { "node": ">=16.0.0" }, "scripts": { "test": "vitest run", "build": "tsc --project tsconfig.json && vite build", "build:watch": "tsc --project tsconfig.json && vite build --watch", "build:md": "pnpm build && api-extractor run --local --verbose && sh mv.sh", "test:watch": "vitest", "test:ui": "vitest --ui", "links": "pnpm link --global" } }