Files
website/packages/common/package.json
T
Thilawyn 82904cf000
Build / build (push) Successful in 56s
Lint / lint (push) Failing after 11s
Move Pazisme Mod page to a standalone HTML (#86)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Reviewed-on: #86
2026-05-19 19:20:39 +02:00

21 lines
437 B
JSON

{
"name": "@website/common",
"packageManager": "bun@1.3.14",
"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.75.1",
"effect": "^3.21.2"
}
}