Skip to content
Snippets Groups Projects
package.json 527 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "backend",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "nodemon -r dotenv/config src/index.js"
      },
      "type": "module",
      "keywords": [],
      "author": "",
      "license": "ISC",
      "dependencies": {
        "axios": "^1.6.1",
        "cors": "^2.8.5",
        "dotenv": "^16.3.1",
        "express": "^4.18.2",
    
    Gwangbin's avatar
    Gwangbin committed
        "mongoose": "^8.0.1",
    
        "nodemon": "^3.0.1"
      },
      "devDependencies": {
        "@types/express": "^4.17.21"
      }
    }