-
Notifications
You must be signed in to change notification settings - Fork 0
/
package4.json
62 lines (62 loc) · 1.44 KB
/
package4.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
56
57
58
59
60
61
62
{
"name": "redacted",
"version": "12.2.180",
"description": "redacted",
"main": "app.js",
"author": "redacted",
"license": "ISC",
"engines": {
"node": "20.5.0"
},
"dependencies": {
"@adobe/pdfservices-node-sdk": "^3.4.2",
"@aws-sdk/client-s3": "^3.490.0",
"@aws-sdk/lib-storage": "^3.490.0",
"@logtail/node": "^0.4.19",
"@newrelic/native-metrics": "^10.0.1",
"@shakers/storage": "^1.0.9",
"aws-sdk": "^2.1536.0",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"date-fns": "^3.2.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"form-data": "^4.0.0",
"google-auth-library": "^9.4.2",
"googleapis": "^130.0.0",
"image-thumbnail": "^1.0.15",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"multer": "^1.4.5-lts.1",
"nanoid": "3.3.4",
"newrelic": "^11.9.0",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"open-graph-scraper": "^6.3.2",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "3.10.111",
"puppeteer": "^21.7.0",
"slugify": "^1.6.6",
"winston": "^3.11.0",
"xss": "^1.0.14"
},
"devDependencies": {
"colorette": "^2.0.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"nodemon": "^3.0.2",
"prettier": "3.2.2",
"sass": "^1.69.7"
},
"volta": {
"node": "20.5.0"
}
}