Files
website/packages/common/package.json
Julien Valverdé 1cd70b3ed0
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 13s
09-22-2025 (#7)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #7
2025-09-20 04:49:37 +02: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.69.2",
"effect": "^3.17.13"
}
}