init
parents
Showing
.gitignore
0 → 100644
nodemon.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "game-sever-flip-jump", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"dev": "nodemon", | |||
"build": "tsc", | |||
"start": "node dist/index.js" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"@types/express": "^5.0.3", | |||
"cors": "^2.8.5", | |||
"express": "^5.1.0", | |||
"http": "^0.0.1-security", | |||
"nodemon": "^3.1.10", | |||
"socket.io": "^4.8.1", | |||
"ts-node": "^10.9.2", | |||
"typescript": "^5.9.2" | |||
} | |||
} |
src/Config/config.ts
0 → 100644
src/Utils/Global.ts
0 → 100644
src/Utils/Utils.ts
0 → 100644
src/index.ts
0 → 100644
src/server.ts
0 → 100644
src/socket.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment