{
  "name": "teamprostandard",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "export SERVER=local || set SERVER=local&& nodemon index.js",
    "production": "export SERVER=live&& pm2 start index.js -i max --name TeamProStandard"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "eslint": "8.36.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.27.5",
    "nodemon": "^2.0.15"
  },
  "dependencies": {
    "cookie-parser": "^1.4.7",
    "cors": "2.8.5",
    "dotenv": "16.0.3",
    "express": "4.18.2"
  }
}
