-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "videogamedb-node",
"version": "1.0.0",
"description": "Video Game DB",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "nodemon server.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ACompleteNoobSmoke/FullStackVideoGameDBNode-Backend.git"
},
"author": "ACompleteNoobSmoke",
"license": "ISC",
"bugs": {
"url": "https://github.com/ACompleteNoobSmoke/FullStackVideoGameDBNode-Backend/issues"
},
"homepage": "https://github.com/ACompleteNoobSmoke/FullStackVideoGameDBNode-Backend#readme",
"dependencies": {
"aws-sdk": "^2.1571.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.0",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"kerberos": "^2.1.0",
"mock-aws-s3": "^4.0.2",
"mongodb": "^6.3.0",
"mongodb-client-encryption": "^6.0.0",
"mongoose": "^8.1.0",
"nock": "^13.5.4",
"node-fetch": "^2.6.1",
"node-pre-gyp": "^0.17.0",
"nodemon": "^3.0.3",
"redis": "^4.6.13",
"webpack": "^5.90.3",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"html-loader": "^5.0.0",
"webpack-cli": "^5.1.4"
}
}