-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "skullpos-backend",
"version": "1.0.0",
"description": "Backend for SkullPOS",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EverettBazzocchi/SkullPOS-BackEnd.git"
},
"author": "Zorian Medwid, Everett Bazzocchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/EverettBazzocchi/SkullPOS-BackEnd/issues"
},
"homepage": "https://github.com/EverettBazzocchi/SkullPOS-BackEnd#readme",
"dependencies": {
"@azure/identity": "^4.1.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.19.2",
"express-session": "^1.18.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.5"
}
}