forked from defunkt/forge
fix packaging
This commit is contained in:
parent
992bddc769
commit
e30f8c8a68
11
package.json
11
package.json
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user