mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 19:14:03 +00:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "@household/domain",
|
|
"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\""
|
|
}
|
|
}
|