9 Star 106 Fork 45

Asciphx / ThinkTs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
asciphx 提交于 2021-12-11 23:00 . update
{
"name": "think-ts",
"version": "2.4.4-PLUS",
"description": "TypeORM+KOA",
"scripts": {
"dev": "nodemon",
"tsc": "rm -rf ./build && tsc",
"build": "rm -rf ./build && gulp build",
"start": "ts-node app/index.ts",
"prod": "export NODE_ENV=production&& node -r tsconfig-paths/register build/index.js",
"pro": "set NODE_ENV=production&& node -r tsconfig-paths/register build/index.js",
"pm2": "pm2 start pm2.json"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.26",
"@types/ioredis": "^4.28.3",
"@types/jsonwebtoken": "^8.5.6",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.4",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/koa-views": "^7.0.0",
"@types/node": "^16.11.12",
"gulp": "^4.0.2",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.3"
},
"dependencies": {
"@koa/multer": "^3.0.0",
"crypto": "^1.0.1",
"ejs": "^3.1.6",
"ioredis": "^4.28.2",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"koa-views": "^8.0.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.4.0",
"typeorm": "^0.2.41",
"underscore": "^1.13.1"
}
}
TypeScript
1
https://gitee.com/ASCIPHX/ThinkTs.git
git@gitee.com:ASCIPHX/ThinkTs.git
ASCIPHX
ThinkTs
ThinkTs
master

搜索帮助