ai / package.json
hadadrjt's picture
ai: Bump script version.
2e0d32d
raw
history blame contribute delete
346 Bytes
{
"name": "UltimaX Intelligence",
"version": "0.0.4",
"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"
}
}