fix packaging

This commit is contained in:
Chris Wanstrath 2026-01-13 15:23:56 -08:00
parent 992bddc769
commit e30f8c8a68

View File

@ -1,7 +1,16 @@
{ {
"name": "forge", "name": "forge",
"module": "src/index.ts", "version": "0.1.0",
"type": "module", "type": "module",
"main": "src/index.tsx",
"module": "src/index.tsx",
"types": "src/index.tsx",
"exports": {
".": {
"import": "./src/index.tsx",
"types": "./src/index.tsx"
}
},
"scripts": { "scripts": {
"dev": "bun build:spa && bun run --hot server.tsx", "dev": "bun build:spa && bun run --hot server.tsx",
"test": "bun test", "test": "bun test",