/
Slicktty
/
TProgramming_2025
Обзор
Документация
Войти
/
Slicktty
/
TProgramming_2025
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
onlineshop/source/server/package.json
84 строки
3 KB
Eugeny Konstantinov
Initial commit
02 сен 2025, 08:47
Не верифицирован
02 сен 2025, 08:47
a4503f0
Код
Авторство
О чём код?
{ "name": "server", "version": "0.0.1", "description": "", "author": "", "private": true, "license": "UNLICENSED", "engines": { "node": ">=20.0.0" }, "scripts": { "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/src/main.js", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", "lint:fix": "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", "typeorm": "typeorm-ts-node-commonjs", "migration:generate": "yarn typeorm -- migration:generate -d ./data-source.ts", "migration:run": "yarn typeorm -- migration:run -d ./data-source.ts" }, "dependencies": { "@nestjs/common": "^10.4.4", "@nestjs/core": "^10.4.4", "@nestjs/mapped-types": "*", "@nestjs/platform-express": "^10.4.4", "@nestjs/typeorm": "^11.0.0", "npm-check-updates": "^17.1.3", "pg": "^8.14.1", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1", "typeorm": "^0.3.22" }, "devDependencies": { "@eslint/compat": "^1.2.0", "@nestjs/cli": "^10.4.5", "@nestjs/schematics": "^10.1.4", "@nestjs/testing": "^10.4.4", "@types/express": "^5.0.0", "@types/jest": "^29.5.13", "@types/node": "^22.7.4", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "prettier": "^3.3.3", "source-map-support": "^0.5.21", "supertest": "^7.0.0", "ts-jest": "^29.2.5", "ts-loader": "^9.5.2", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.6.2" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }