16 lines
340 B
JSON
16 lines
340 B
JSON
{
|
|
"name": "minimal-gatsby-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "@Rodrigo_plp",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.2",
|
|
"express": "^4.18.2",
|
|
"express-validator": "^6.14.3"
|
|
}
|
|
}
|