25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"name": "sothiscontratacaoapi",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://gabriel.amancio@10.0.120.75:60000/home/desenvolvimento/SOTHIS_CONTRATACAO_API/sothisContratacaoAPI.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^5.1.0",
|
|
"qs": "^6.11.0",
|
|
"axios": "^1.6.0"
|
|
}
|
|
}
|
|
|