| 1234567891011121314151617 |
- {
- "name": "example",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.17.3",
- "http": "^0.0.1-security",
- "socket.io": "^4.4.1"
- }
- }
|