Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Last active October 29, 2021 18:15
Show Gist options
  • Save SidneyAllen/0297b9d8733ca02c5fd11c8f5c83f3f2 to your computer and use it in GitHub Desktop.
Save SidneyAllen/0297b9d8733ca02c5fd11c8f5c83f3f2 to your computer and use it in GitHub Desktop.
// package.json
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"node-fetch": "^3.0.0",
"nodemon": "^2.0.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment