20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"name": "queleaontheweb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"http-proxy": "^1.18.1",
|
|
"method-override": "^3.0.0"
|
|
}
|
|
}
|