19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"name": "projeto-interdisciplinar",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.9",
|
|
"express": "^4.18.2",
|
|
"nodemon": "^2.0.22",
|
|
"pg": "^8.11.0"
|
|
}
|
|
}
|