forked from 2JJ1/Pow-Forum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Powrum",
"version": "2.1.0",
"description": "",
"main": "server.js",
"scripts": {
"test-stripe": "stripe listen --forward-to localhost:8087/api/stripe/webhook",
"setup": "node cli.js -c setup",
"cli": "cls && node cli.js",
"dev": "cls && nodemon . -e ejs,js"
},
"author": "https://powell.gg/",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"coinbase-commerce-node": "^1.0.4",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"diff": "^4.0.2",
"dotenv": "^6.2.0",
"ejs": "^2.7.4",
"ejs-lint": "^1.2.2",
"envfile": "^6.18.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"formidable": "^1.2.6",
"gifsicle": "^5.3.0",
"helmet": "^3.23.3",
"is-animated": "^2.0.2",
"jimp": "^0.13.0",
"jsdom": "^16.7.0",
"limiter": "^2.1.0",
"mailgun-js": "^0.22.0",
"md5": "^2.3.0",
"minimist": "^1.2.8",
"mongoose": "^6.10.4",
"mongoose-sequence": "^5.3.1",
"node-fetch": "^2.6.9",
"openai": "^3.2.1",
"os-utils": "0.0.14",
"phrase-blacklist": "^2.0.0",
"qrcode": "^1.5.1",
"query-string": "^6.14.1",
"readline-sync": "^1.4.10",
"sanitize-html": "^2.9.0",
"socket.io": "^4.6.0",
"speakeasy": "^2.0.0",
"string-argv": "^0.3.1",
"strip-combining-marks": "^1.0.0",
"stripe": "^6.36.0",
"web-push": "^3.5.0",
"webp-converter": "^2.3.3"
}
}