12345678910111213141516171819 |
- {
- "name": "4dkankan_websocket",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "nodemon ./daikan/rtc-live.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "socket.io": "^4.1.2",
- "uuid": "^8.3.2"
- },
- "devDependencies": {
- "nodemon": "^2.0.9"
- }
- }
|