summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 51a4c20d3bd9e75ac14ea599572db67b966eb9d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "auth-service",
  "version": "1.0.0",
  "description": "Simple authentication service",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "dotenv-safe": "^8.2.0",
    "express": "^4.17.3",
    "jsonwebtoken": "^9.0.1",
    "mongoose": "^6.3.1",
    "nodemailer": "^6.9.4"
  }
}