diff --git a/apps/connection-manager/package.json b/apps/connection-manager/package.json index fd4a702afdb160764e0f1c31c18e68fb5e529a63..965cec91879e23df15c50a1be1406b8abc16d039 100644 --- a/apps/connection-manager/package.json +++ b/apps/connection-manager/package.json @@ -1,8 +1,10 @@ { "name": "@ocm/connection-manager", - "version": "0.0.1", - "description": "", - "author": "Sagar", + "version": "1.0.0", + "description": "Connection Manager for OCM", + "contributors": [ + "Konstantin Tsabolov <konstantin.tsabolov@spherity.com>" + ], "private": true, "license": "Apache-2.0", "type": "module", @@ -11,13 +13,9 @@ "prebuild": "pnpm clean", "build": "nest build", "prebuild:production": "pnpm clean", - "build:production": "pnpm prisma:generate && nest build -p tsconfig.production.json", + "build:production": "nest build -p tsconfig.production.json", "start": "nest start --watch --preserveWatchOutput", - "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.config.js" + "test": "jest" }, "dependencies": { "@nestjs/common": "^10.3.0",