npm
This commit is contained in:
parent
debfd73ab2
commit
50a0e2642c
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "forge",
|
"name": "@_because/forge",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.tsx",
|
"main": "src/index.tsx",
|
||||||
|
|
@ -11,6 +11,11 @@
|
||||||
"types": "./src/index.tsx"
|
"types": "./src/index.tsx"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"src/index.tsx",
|
||||||
|
"src/types.ts",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user