23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "render-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"server": "node src/index.js",
|
|
"dev": "nodemon --inspect=0.0.0.0:9229 src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Minzkraut",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"express": "^4.18.2",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.22"
|
|
}
|
|
}
|