This commit is contained in:
parent
2eebc3126a
commit
f6b3cf4c82
2 changed files with 3 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "bun_frontend_template",
|
||||
"name": "bun_http_template",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -7,15 +7,12 @@
|
|||
"dev": "bun run --hot src/index.ts --dev",
|
||||
"lint": "bunx biome check",
|
||||
"lint:fix": "bunx biome check --fix",
|
||||
"cleanup": "rm -rf logs node_modules bun.lockdb"
|
||||
"cleanup": "rm -rf logs node_modules bun.lock"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@biomejs/biome": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atums/echo": "latest"
|
||||
}
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@*": ["src/*"],
|
||||
"@config": ["config/index.ts"],
|
||||
"@config/*": ["config/*"],
|
||||
"@types/*": ["types/*"]
|
||||
"@config": ["config/index.ts"]
|
||||
},
|
||||
"typeRoots": ["./types", "./node_modules/@types"],
|
||||
"lib": ["ESNext", "DOM"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue