{
  "name": "mern-starter",
  "version": "1.1.3",
  "description": "A starter boilerplate for any of your MERN based project.",
  "main": "index.js",
  "scripts": {
    "start": "nodemon start",
    "dev": "npm start & (cd client && npm run start)",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InnovativeCoder/KnowledgeVault.git"
  },
  "keywords": [
    "MERN",
    "boilerplate",
    "mongodb",
    "express",
    "react"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/InnovativeCoder/KnowledgeVault/issues"
  },
  "homepage": "https://github.com/InnovativeCoder/KnowledgeVault#readme",
  "dependencies": {
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "mongoose": "^5.10.5"
  }
}
