1 Star 0 Fork 0

越剑 / egg-pulsar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
越剑 提交于 2021-06-02 18:23 . update README.md
{
"name": "egg-pulsar",
"version": "1.0.0",
"description": "pulsar plugin for egg",
"eggPlugin": {
"name": "pulsar"
},
"keywords": [
"pulsar",
"egg",
"egg-plugin",
"eggPlugin"
],
"dependencies": {
"pulsar-client": "^1.3.0"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.16.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod"
},
"files": [
"app.js",
"agent.js",
"config",
"app",
"lib",
"README.md",
"README.zh_CN.md"
],
"ci": {
"version": "8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msmao/egg-pulsar.git"
},
"bugs": {
"url": "https://github.com/msmao/egg-pulsar/issues"
},
"homepage": "https://github.com/msmao/egg-pulsar#readme",
"author": "Jian",
"license": "MIT"
}
1
https://gitee.com/msmao/egg-pulsar.git
git@gitee.com:msmao/egg-pulsar.git
msmao
egg-pulsar
egg-pulsar
master

搜索帮助