This commit is contained in:
Chris Wanstrath 2026-01-29 18:34:13 -08:00
parent debfd73ab2
commit 50a0e2642c
2 changed files with 7 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
registry=https://npm.nose.space

View File

@ -1,5 +1,5 @@
{
"name": "forge",
"name": "@_because/forge",
"version": "0.1.0",
"type": "module",
"main": "src/index.tsx",
@ -11,6 +11,11 @@
"types": "./src/index.tsx"
}
},
"files": [
"src/index.tsx",
"src/types.ts",
"README.md"
],
"scripts": {
"dev": "bun build:spa && bun run --hot server.tsx",
"test": "bun test",