????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/nestjs-cls/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/nestjs-cls/package.json |
{ "name": "nestjs-cls", "version": "4.4.1", "description": "A continuation-local storage module compatible with NestJS's dependency injection.", "author": "papooch", "license": "MIT", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Papooch/nestjs-cls.git" }, "homepage": "https://papooch.github.io/nestjs-cls/", "keywords": [ "nest", "nestjs", "cls", "continuation-local-storage", "als", "AsyncLocalStorage", "async_hooks", "request context", "async context" ], "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/src/**/!(*.spec).d.ts", "dist/src/**/!(*.spec).js" ], "scripts": { "prepack": "cp ../../LICENSE ./LICENSE && cp ../../README.md ./README.md && yarn build", "prebuild": "rimraf dist", "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage" }, "peerDependencies": { "@nestjs/common": "> 7.0.0 < 11", "@nestjs/core": "> 7.0.0 < 11", "reflect-metadata": "*", "rxjs": ">= 7" }, "devDependencies": { "@apollo/server": "^4.7.5", "@nestjs/apollo": "^12.1.0", "@nestjs/cli": "^10.0.2", "@nestjs/common": "^10.3.7", "@nestjs/core": "^10.3.7", "@nestjs/graphql": "^12.1.1", "@nestjs/mercurius": "^12.1.1", "@nestjs/platform-express": "^10.3.7", "@nestjs/platform-fastify": "^10.3.7", "@nestjs/platform-ws": "^10.3.10", "@nestjs/schematics": "^10.0.1", "@nestjs/testing": "^10.3.7", "@nestjs/websockets": "^10.3.10", "@types/express": "^4.17.13", "@types/jest": "^28.1.2", "@types/node": "^18.0.0", "@types/supertest": "^2.0.12", "@types/ws": "^8", "graphql": "^16.5.0", "jest": "^29.7.0", "mercurius": "^13.0.0", "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.5.5", "supertest": "^6.2.3", "superwstest": "^2.0.4", "ts-jest": "^29.1.2", "ts-loader": "^9.3.0", "ts-node": "^10.8.1", "tsconfig-paths": "^4.0.0", "typescript": "5.0", "ws": "^8.18.0" } }