mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@sourcebot/shared",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build:watch": "tsc-watch --preserveWatchOutput",
|
|
"postinstall": "yarn build",
|
|
"tool:resolve-env-overrides": "tsx tools/resolveEnvOverrides.ts"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/secret-manager": "^6.1.1",
|
|
"@logtail/node": "^0.5.2",
|
|
"@logtail/winston": "^0.5.2",
|
|
"@sourcebot/db": "workspace:*",
|
|
"@sourcebot/schemas": "workspace:*",
|
|
"@t3-oss/env-core": "^0.12.0",
|
|
"ajv": "^8.17.1",
|
|
"micromatch": "^4.0.8",
|
|
"strip-json-comments": "^5.0.1",
|
|
"triple-beam": "^1.4.1",
|
|
"winston": "^3.15.0",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"devDependencies": {
|
|
"@types/micromatch": "^4.0.9",
|
|
"@types/node": "^22.7.5",
|
|
"tsc-watch": "6.2.1",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.server.js",
|
|
"./client": "./dist/index.client.js"
|
|
}
|
|
}
|