setup notification for kurir pengiriman barang

This commit is contained in:
kicap1992
2025-06-23 00:46:03 +08:00
commit 91607a8c52
6 changed files with 1932 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "kurir-server-socket-io",
"version": "1.0.0",
"description": "Socket-io",
"main": "./socket.ts",
"scripts": {
"dev": "nodemon ./socket.ts",
"start": "ts-node ./socket.ts",
"build": "tsc"
},
"dependencies": {
"express": "^5.1.0",
"socket.io": "^4.4.1"
},
"devDependencies": {
"@types/express": "^5.0.2",
"@types/node": "^20.4.2",
"nodemon": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}