minimal-gatsby-backend/package.json
2020-02-18 22:53:38 -05:00

16 lines
326 B
JSON

{
"name": "myserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@Rodrigo_plp",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"express": "^4.17.1",
"express-validator": "^6.2.0"
}
}