sothis-contratacao-api/package.json

21 lines
479 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": {
"express": "^5.1.0"
}
}