{ "name": "eegsac", "version": "0.0.1", "description": "", "author": "", "private": true, "license": "UNLICENSED", "scripts": { "build": "nest build", "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", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json", "ssr": "concurrently \"node esbuild.js\" \"tailwindcss -i static/tailwind.css -o ./static/styles.css --watch\"", "tailwind": "tailwindcss -i static/tailwind.css -o ./static/styles.css --watch", "docx": "tsc docx/main.ts && node docx/main.js" }, "dependencies": { "@nestjs/common": "^9.0.0", "@nestjs/core": "^9.0.0", "@nestjs/platform-express": "^9.0.0", "@nestjs/serve-static": "^3.0.1", "@nestjs/typeorm": "^9.0.1", "axios": "^1.4.0", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "docx": "^8.0.4", "dotenv": "^16.0.3", "mysql2": "^3.2.4", "qrcode": "^1.5.3", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0", "solid-js": "^1.7.4", "typeorm": "^0.3.15" }, "devDependencies": { "@nestjs/cli": "^9.0.0", "@nestjs/platform-fastify": "^9.4.0", "@nestjs/schematics": "^9.0.0", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", "@types/jest": "29.5.0", "@types/node": "18.15.11", "@types/qrcode": "^1.5.0", "@types/supertest": "^2.0.11", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "autoprefixer": "^10.4.14", "concurrently": "^8.0.1", "esbuild": "^0.17.18", "esbuild-plugin-solid": "^0.5.0", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "glob": "^10.2.2", "jest": "29.5.0", "postcss": "^8.4.23", "rollup": "^3.21.5", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-esbuild": "^5.0.0", "rollup-route-manifest": "^1.0.0", "source-map-support": "^0.5.20", "supertest": "^6.1.3", "tailwindcss": "^3.3.2", "ts-jest": "29.0.5", "ts-loader": "^9.2.3", "ts-node": "^10.0.0", "tsconfig-paths": "4.2.0", "typescript": "^4.7.4" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }