-
Notifications
You must be signed in to change notification settings - Fork 732
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1023 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@crowd/common_services",
"main": "src/index.ts",
"scripts": {
"lint": "npx eslint --ext .ts src --max-warnings=0",
"format": "npx prettier --write \"src/**/*.ts\"",
"format-check": "npx prettier --check .",
"tsc-check": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^18.16.3",
"typescript": "^5.6.3"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.572.0",
"@crowd/audit-logs": "workspace:*",
"@crowd/common": "workspace:*",
"@crowd/data-access-layer": "workspace:*",
"@crowd/database": "workspace:*",
"@crowd/integrations": "workspace:*",
"@crowd/logging": "workspace:*",
"@crowd/queue": "workspace:*",
"@crowd/temporal": "workspace:*",
"@crowd/redis": "workspace:*",
"@crowd/types": "workspace:*",
"@octokit/request": "^5.6.3",
"@octokit/rest": "^22.0.0",
"axios": "^1.13.1",
"jsonwebtoken": "9.0.0",
"lodash.isequal": "^4.5.0",
"lodash.pick": "~4.4.0",
"moment": "^2.30.1"
}
}