summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b84b9a4619a1579d7ad9b97f9331461bfcc31fbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "auth",
  "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",
    "dotenv-safe": "^8.2.0",
    "express": "^4.17.3",
    "jsonwebtoken": "^9.0.1",
    "mongoose": "^6.3.1"
  }
}