initial commit
This commit is contained in:
11
server/package.json
Normal file
11
server/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "guildlib-server",
|
||||
"version": "2.0.0",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun run --hot src/index.ts",
|
||||
"start": "bun run src/index.ts"
|
||||
},
|
||||
"devDependencies": { "@types/bun": "latest" }
|
||||
}
|
||||
Reference in New Issue
Block a user