mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Some checks failed
Update Roadmap Released / update (push) Has been cancelled
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Has been cancelled
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Has been cancelled
Publish to ghcr / merge (push) Has been cancelled
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "@sourcebot/crypto",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postinstall": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/secret-manager": "^6.1.1",
|
|
"@sourcebot/db": "*",
|
|
"@sourcebot/schemas": "*",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.5",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|