| { | |
| "name": "coding", | |
| "version": "0.0.5", | |
| "description": "coding service", | |
| "main": "index.js", | |
| "private": false, | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "ws": "^8.14.2", | |
| "axios": "^1.12.2" | |
| }, | |
| "engines": { | |
| "node": ">=14" | |
| } | |
| } |
| { | |
| "name": "coding", | |
| "version": "0.0.5", | |
| "description": "coding service", | |
| "main": "index.js", | |
| "private": false, | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "ws": "^8.14.2", | |
| "axios": "^1.12.2" | |
| }, | |
| "engines": { | |
| "node": ">=14" | |
| } | |
| } |