Files
Compass/backend/shared/package.json
2026-03-01 16:55:19 +01:00

34 lines
888 B
JSON

{
"name": "shared",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"scripts": {
"build": "tsc -b && yarn --cwd=../../common tsc-alias && tsc-alias",
"compile": "tsc -b",
"lint": "npx eslint . --max-warnings 0",
"lint-fix": "npx eslint . --fix",
"test": "jest --config jest.config.ts --passWithNoTests",
"typecheck": "npx tsc --noEmit"
},
"dependencies": {
"@google-cloud/monitoring": "4.0.0",
"@google-cloud/secret-manager": "4.2.1",
"colorette": "2.0.20",
"dayjs": "1.11.19",
"firebase-admin": "13.5.0",
"gcp-metadata": "6.1.0",
"lodash": "4.17.23",
"pg-promise": "12.6.1",
"pg-query-stream": "4.12.0",
"posthog-node": "4.11.0",
"string-similarity": "4.0.4"
},
"devDependencies": {
"@types/jest": "^29",
"@types/lodash": "^4.17.0",
"jest": "^29",
"ts-jest": "29.4.6"
}
}