mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 23:54:02 +00:00
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "@household/config",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build src/index.ts --outdir dist --target bun",
|
|
"typecheck": "tsgo --project tsconfig.json --noEmit",
|
|
"test": "bun test --pass-with-no-tests",
|
|
"lint": "oxlint \"src\""
|
|
},
|
|
"dependencies": {
|
|
"@t3-oss/env-core": "^0.13.8",
|
|
"zod": "^4.1.5"
|
|
}
|
|
}
|