Spaces:
Paused
Paused
| { | |
| "name": "nodejs", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node index" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@types/node": "^18.0.6", | |
| "axios": "^1.6.7", | |
| "canvas": "^2.11.2", | |
| "express": "^4.18.2", | |
| "knights-canvas": "^1.3.7-a", | |
| "node": "^16.10.0", | |
| "node-fetch": "^3.2.6" | |
| } | |
| } |