Files
2026-07-21 16:50:58 +02:00

11 lines
183 B
JSON

{
"name": "@ben-to/builder",
"version": "0.1.0",
"type": "module",
"main": "src/domain.ts",
"types": "src/domain.ts",
"exports": {
"./domain": "./src/domain.ts"
}
}