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