加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangbing007 提交于 2021-10-27 18:33 . ...
{
"name": "cp1",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"serve": "ts-node app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@koa/router": "^10.1.1",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.3",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.11.6",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化