diff --git a/features/platform-analytics/backend-api/package.json b/features/platform-analytics/backend-api/package.json index b08f442a8..63c18e3b3 100644 --- a/features/platform-analytics/backend-api/package.json +++ b/features/platform-analytics/backend-api/package.json @@ -17,10 +17,7 @@ "test": "vitest run", "test:watch": "vitest", "test:cov": "vitest run --coverage", - "test:e2e": "vitest run --config vitest.e2e.config.ts", - "seed": "bun run scripts/generate-dev-data.ts --all", - "seed:status": "bun run scripts/generate-dev-data.ts --status", - "seed:reset": "bun run scripts/generate-dev-data.ts --reset" + "test:e2e": "vitest run --config vitest.e2e.config.ts" }, "dependencies": { "@lilith/domain-events": "^2.7.5", @@ -47,13 +44,11 @@ "reflect-metadata": "^0.2.0", "rxjs": "^7.8.0", "socket.io": "^4.8.0", - "jsonwebtoken": "^9.0.0", "typeorm": "^0.3.0", "uuid": "^10.0.0" }, "devDependencies": { "@lilith/configs": "^2.2.1", - "@types/jsonwebtoken": "^9.0.0", "@nestjs/cli": "^11.0.0", "@nestjs/schematics": "^11.0.0", "@nestjs/testing": "^11.0.0",