1 Star 0 Fork 0

Riki / Server-Sent-Events

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
jijie.wang 提交于 2021-03-09 17:41 . init
{
"name": "robot",
"version": "1.0.0",
"description": "",
"main": "bin/www.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev nodemon --delay 3 ./bin/www.js",
"start": "cross-env NODE_ENV=pro node ./bin/www.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"pm2": "^4.5.4"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-compose": "^4.1.0",
"koa-router": "^10.0.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"nodemon": "^2.0.7"
}
}
JavaScript
1
https://gitee.com/riki1020/server-sent-events.git
git@gitee.com:riki1020/server-sent-events.git
riki1020
server-sent-events
Server-Sent-Events
master

搜索帮助