Files
website/packages/common/package.json
Renovate Bot 1182ba64bb
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 19s
Update bun minor+patch updates
2026-01-18 12:06:16 +00:00

21 lines
438 B
JSON

{
"name": "@website/common",
"packageManager": "bun@1.2.22",
"private": true,
"type": "module",
"exports": {
"./config": "./src/config/index.ts",
"./webrpc": "./src/webrpc/index.ts",
"./*": "./src/*.ts"
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"clean:modules": "rm -rf node_modules"
},
"dependencies": {
"@effect/rpc": "^0.73.0",
"effect": "^3.17.13"
}
}