-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "steamkeyweb",
"version": "0.1.0",
"description": "webpanel to share steam keys",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"user": "node ./technical/NewUser.js"
},
"keywords": [],
"author": "BolverBlitz",
"repository": {
"type": "git",
"url": "https://github.com/BolverBlitz/SteamkeyWebmanager"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-csp-header": "^4.1.0",
"express-rate-limit": "^5.5.1",
"express-useragent": "^1.0.15",
"helmet": "^4.1.0",
"joi": "^17.5.0",
"js-object-cache": "^0.0.1",
"morgan": "^1.10.0",
"node-2fa": "^2.0.3",
"pg": "^8.7.1",
"qrcode-terminal": "^0.12.0",
"randomstring": "^1.2.2",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"chai": "^4.3.6",
"dotenv-webpack": "^7.0.3",
"mocha": "^9.2.0",
"nodemon": "^2.0.4",
"request": "^2.88.2"
}
}