setup notification for kurir pengiriman barang
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user