1 Star 0 Fork 1

DIY呀/test-http-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 644 Bytes
一键复制 编辑 原始数据 按行查看 历史
草鞋没号 提交于 2020-12-08 15:39 +08:00 . first commit
{
"name": "http-proxy",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"-- dev": "nodemon proxy.js",
"-- start": "ts-node proxy.ts",
"-- ex": "ts-node express.ts",
"-- 启动命令 --": "-- yarn exjs 或 npm run exjs --",
"exjs": "nodemon express.js"
},
"dependencies": {
"@koa/router": "^10.0.0",
"express": "^4.17.1",
"koa": "^2.13.0",
"koa-router": "^10.0.0"
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/koa": "^2.11.6",
"@types/koa-router": "^7.4.1",
"nodemon": "^2.0.6",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/diyya/test-http-proxy.git
git@gitee.com:diyya/test-http-proxy.git
diyya
test-http-proxy
test-http-proxy
master

搜索帮助