Files
Compass/backend/shared/package.json
2026-02-19 15:43:32 +01:00

31 lines
867 B
JSON

{
"name": "shared",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc -b && yarn --cwd=../../common tsc-alias && tsc-alias",
"compile": "tsc -b",
"verify": "yarn --cwd=../.. verify",
"lint": "npx eslint . --max-warnings 0",
"lint-fix": "npx eslint . --fix",
"verify:dir": "npx eslint . --max-warnings 0",
"test": "jest --config jest.config.js --passWithNoTests"
},
"sideEffects": false,
"dependencies": {
"@google-cloud/monitoring": "4.0.0",
"@google-cloud/secret-manager": "4.2.1",
"@tiptap/core": "2.3.2",
"@tiptap/html": "2.3.2",
"colors": "1.4.0",
"dayjs": "1.11.4",
"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"
}
}