1 Star 0 Fork 0

SUIHAN/@summerjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhang,BS@Machenike 提交于 2019-12-15 00:46 . commit: app koa package
{
"name": "summerjs",
"version": "1.0.0",
"description": "NodeJS Framework",
"main": "framework/index.js",
"author": "Zhang",
"license": "MIT",
"scripts": {
"start": "",
"dev": "nodemon",
"debug": "nodemon %NODE_DEBUG_OPTION% --config nodemon-debug.json",
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "https://gitee.com/arvinbosongs/summerjs.git"
},
"keywords": [
"NodeJS",
"Framework"
],
"dependencies": {
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@types/koa": "^2.11.0",
"@types/mocha": "5.2.7",
"@types/node": "12.12.17",
"mocha": "6.2.2",
"nodemon": "2.0.2",
"prettier": "1.19.1",
"ts-loader": "6.2.1",
"ts-node": "8.5.4",
"tsconfig-paths": "3.9.0",
"typescript": "3.7.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/suihan-y/summerjs.git
git@gitee.com:suihan-y/summerjs.git
suihan-y
summerjs
@summerjs
master

搜索帮助