1 Star 0 Fork 26

xiaoshi_love / Nest-Web

forked from 蕉zisuzz / Nest-Web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
蕉zisuzz 提交于 2019-10-08 10:33 . first 提交
{
"name": "nest-web",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"format": "prettier --write \"src/**/*.ts\"",
"start": "ts-node -r tsconfig-paths/register src/main.ts",
"start:dev": "nodemon",
"start:debug": "nodemon --config nodemon-debug.json",
"prestart:prod": "rm -rf dist && tsc",
"start:prod": "node dist/main.js",
"start:hmr": "node dist/server",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "jest --config ./test/jest-e2e.json",
"webpack": "webpack --config webpack.config.js",
"ts-typeorm": "ts-node ./node_modules/typeorm/cli.js"
},
"dependencies": {
"@nestjs/common": "^6.3.1",
"@nestjs/core": "^6.3.1",
"@nestjs/jwt": "^6.1.1",
"@nestjs/passport": "^6.1.0",
"@nestjs/platform-express": "^6.3.1",
"@nestjs/swagger": "^3.0.2",
"@nestjs/typeorm": "^6.1.2",
"big-integer": "^1.6.46",
"class-transformer": "^0.2.3",
"class-validator": "^0.9.1",
"crypto": "^1.0.1",
"dotenv": "^8.0.0",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"swagger-ui-express": "^3.0.10",
"typeorm": "^0.2.17",
"typescript": "^3.5.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@nestjs/testing": "^6.3.1",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.3",
"@types/supertest": "^2.0.7",
"@types/swagger-ui-express": "^3.0.0",
"jest": "^24.8.0",
"nodemon": "^1.19.1",
"prettier": "^1.17.1",
"supertest": "^4.0.2",
"ts-jest": "^24.0.0",
"ts-loader": "^6.2.0",
"ts-node": "^8.2.0",
"tsconfig-paths": "^3.8.0",
"tslint": "5.14.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^1.7.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
TypeScript
1
https://gitee.com/xiaoshi_love/Nest-Web.git
git@gitee.com:xiaoshi_love/Nest-Web.git
xiaoshi_love
Nest-Web
Nest-Web
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891