mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
* wip fix repo images * fix config imports * add manifest json * more logos for manifest * add properly padded icon * support old gitlab token case, simplify getImage action, feedback * add changelog entry * fix build error
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "@sourcebot/crypto",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postinstall": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@sourcebot/db": "*",
|
|
"@sourcebot/schemas": "*",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.5",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|