Spaces:
Runtime error
Runtime error
File size: 416 Bytes
71a0250 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "UltimaX Intelligence",
"version": "1.0.0",
"type": "module",
"main": "mapping.js",
"scripts": {
"start": "node mapping.js"
},
"dependencies": {
"express": "latest",
"http": "latest",
"ws": "latest",
"node-fetch": "latest",
"cookie-parser": "latest",
"path": "latest",
"url": "latest",
"body-parser": "latest",
"cors": "latest"
}
} |