lilith-platform.live/codebase/@features/score-refresh/package.json
autocommit 8bd2a9dcfe deps-upgrade(score-refresh): ⬆️ Update dependencies in score-refresh to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:30:05 -07:00

23 lines
461 B
JSON

{
"name": "@lilith/score-refresh",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/refresh.ts",
"bin": {
"score-refresh": "./bin/refresh.ts"
},
"scripts": {
"refresh": "bun run bin/refresh.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"cheerio": "^1.0.0",
"postgres": "^3.4.4",
"undici": "^6.19.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.5.0"
}
}