minimal-gatsby-backend/package.json

17 lines
339 B
JSON
Raw Normal View History

2020-02-18 22:53:38 -05:00
{
2020-02-18 23:10:26 -05:00
"name": "minimal-gatsby-backend",
2020-02-18 22:53:38 -05:00
"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",
2020-02-18 22:53:38 -05:00
"express-validator": "^6.2.0"
}
}