npm
This commit is contained in:
parent
3954663270
commit
9d0391beaa
10
package.json
10
package.json
|
|
@ -1,8 +1,14 @@
|
|||
{
|
||||
"name": "howl",
|
||||
"module": "index.tsx",
|
||||
"name": "@_because/howl",
|
||||
"version": "0.1.0",
|
||||
"module": "src/index.tsx",
|
||||
"type": "module",
|
||||
"exports": "./src/index.tsx",
|
||||
"files": [
|
||||
"src",
|
||||
"!src/**/*.test.*",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bun run --hot test/server.tsx"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user