-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "hnsparking",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "PORT=2000 nodemon ./bin/www",
"webhook": "nodemon ./bin/webhook",
"deploy:prod": "pm2 deploy production update --force"
},
"dependencies": {
"axios": "^0.21.2",
"bcrypto": "^5.3.0",
"better-sqlite3": "^7.1.4",
"camelcase": "^6.2.0",
"config": "^3.3.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"emoji-regex": "^9.0.0",
"express": "~4.16.1",
"express-handlebars": "^5.3.1",
"hbs": "^4.1.1",
"hs-client": "^0.0.9",
"hsd": "^2.4.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"minimist": "^0.2.1",
"morgan": "~1.9.1",
"punycode": "^2.1.1",
"remarkable": "^2.0.1",
"tldjs": "^2.3.1",
"twitter": "^1.7.1",
"twitter-text": "^3.1.0",
"uuid": "^8.3.1",
"xregexp": "^4.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4",
"pm2": "^4.5.4"
}
}