加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "thinone",
"description": "application created by thinkjs",
"version": "1.0.0",
"author": "tomaswyz",
"scripts": {
"start": "node development.js",
"compile": "npm run lint && tsc",
"lint": "tslint \"src/**/*.ts\""
},
"dependencies": {
"@types/ccap": "^0.6.0",
"ccap": "^0.6.10",
"jsonwebtoken": "^8.1.0",
"think-cache": "^1.0.7",
"think-cache-file": "^1.0.8",
"think-model": "^1.1.5",
"think-model-mysql": "^1.0.0",
"think-session": "^1.0.3",
"think-session-file": "^1.0.5",
"think-view": "^1.0.11",
"think-view-nunjucks": "^1.0.1",
"thinkjs": "^3.2.3"
},
"devDependencies": {
"typescript": "^2.6.2",
"@types/koa": "*",
"node-notifier": "^5.0.2",
"think-watcher": "^3.0.0",
"think-inspect": "0.0.2",
"think-typescript": "^1.0.4",
"tslint": "^5.8.0"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"readmeFilename": "README.md",
"thinkjs": {
"metadata": {
"name": "thinone",
"description": "application created by thinkjs",
"author": "tomaswyz <jackywyz@126.com>"
},
"projectName": "thinone",
"cacheTemplatePath": "/home/jacky/.think-templates/typescript",
"clone": false,
"isMultiModule": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化