package.json 308 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "dependencies": { "@types/express": "^4.17.11", "@types/node": "^15.3.1", "@types/socket.io": "^3.0.2", "express": "^4.17.1", "nodemon": "^2.0.7", "socket.io": "^4.1.2", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "scripts": { "start": "nodemon index.ts" } }