blob: 65234cb7f246122367fef8a62fde3f1d7e94e148 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"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"
}
}
|