-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 836 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
{
"name": "digits-api-main",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DylanAlloy/digits-api-main.git"
},
"author": "Dylan Moore",
"license": "ISC",
"bugs": {
"url": "https://github.com/DylanAlloy/digits-api-main/issues"
},
"homepage": "https://github.com/DylanAlloy/digits-api-main#readme",
"dependencies": {
"axios": "^1.2.6",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^6.9.0",
"morgan": "^1.10.0",
"stripe": "^11.8.0"
}
}