17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"name": "render-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"server": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Minzkraut",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.2.2",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|