@dfeidao/send-msg
Version:
消息总线
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "@dfeidao/send-msg",
"version": "5.0.0",
"description": "消息总线",
"main": "./nodejs.js",
"scripts": {
"test": "tsc -w",
"lint": "tslint -p tsconfig.json",
"compile:cjs": "tsc -m commonjs",
"compile:umd": "tsc -m umd --outDir ./dist/umd/",
"copy-files": "cp-cli ./package.json ./dist/package.json && cp-cli ./README.md ./dist/README.md",
"clean": "del-cli ./dist/",
"compile": "npm run compile:cjs & npm run compile:umd",
"build": "npm run clean && npm run lint && npm run copy-files && npm run compile"
},
"repository": {
"type": "git",
"url": "https://gitee.com/dfeidao/send-msg"
},
"keywords": [
"飞道",
"飞道科技"
],
"author": {
"name": "taoqf",
"email": "tao_qiufeng@126.com",
"url": "http://www.01feidao.com/"
},
"homepage": "http://www.01feidao.com/",
"license": "MIT",
"peerDependencies": {
"log4js": "*"
},
"devDependencies": {
"@types/node": "latest",
"@types/node-fetch": "latest",
"@types/uuid": "latest",
"cp-cli": "latest",
"del-cli": "latest",
"electron": "latest",
"log4js": "latest",
"tslint": "latest",
"typescript": "next"
},
"dependencies": {
"mqtt": "3.0.0",
"node-fetch": "2.6.0",
"uuid": "3.3.2"
}
}