Skip to content
Snippets Groups Projects
package.json 445 B
Newer Older
  • Learn to ignore specific revisions
  • Jay's avatar
    Jay committed
    {
      "name": "backend",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node index.js",
        "dev": "nodemon index.js"
      },
      "author": "",
      "license": "ISC",
      "dependencies": {
        "axios": "^1.6.7",
        "cors": "^2.8.5",
        "express": "^4.18.2",
        "mongoose": "^8.1.1",
        "nodemon": "^3.0.3",
        "react-router-dom": "^6.22.2"
      }
    }