Files
heroku-express/package.json
Mikayla Dobson 37982d88ca init commit
2022-06-01 18:37:51 -05:00

17 lines
303 B
JSON

{
"name": "heroku-express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.1",
"express": "^4.18.1"
}
}