????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/package.json |
{ "name": "back-end", "version": "0.0.1", "description": "", "author": "", "private": true, "license": "UNLICENSED", "scripts": { "prebuild": "rimraf dist", "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "prepush": "npm run lint" }, "dependencies": { "@nestjs/common": "^9.4.2", "@nestjs/core": "^9.4.2", "@nestjs/jwt": "^10.0.3", "@nestjs/passport": "^9.0.3", "@nestjs/platform-express": "^9.4.2", "@nestjs/swagger": "^6.3.0", "@nestjs/typeorm": "^9.0.1", "@rewiko/crud": "^5.1.12", "@rewiko/crud-typeorm": "^5.1.12", "bcryptjs": "^2.4.3", "class-transformer": "~0.3.1", "class-validator": "^0.14.0", "dotenv": "^16.1.3", "excel4node": "^1.8.2", "express": "^4.18.2", "express-session": "^1.17.3", "helmet": "^7.0.0", "jimp": "^0.22.8", "mssql": "^9.1.1", "multer": "1.4.5-lts.1", "nocache": "^4.0.0", "passport": "^0.6.0", "passport-jwt": "^4.0.1", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1", "typeorm": "~0.3.16", "xml2js": "^0.6.0" }, "devDependencies": { "@nestjs/cli": "^9.5.0", "@nestjs/schematics": "^9.2.0", "@nestjs/testing": "^9.4.2", "@types/bcryptjs": "^2.4.2", "@types/express": "^4.17.17", "@types/express-session": "^1.17.7", "@types/multer": "^1.4.7", "@types/node": "^16.9.1", "@types/passport-jwt": "^3.0.8", "@types/xml2js": "^0.4.5", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "husky": "^8.0.3", "prettier": "^2.8.8", "rimraf": "^5.0.1", "ts-loader": "^9.4.3", "ts-node": "^10.9.1", "tsconfig-paths": "^3.9.0", "typescript": "^4.9.5" } }