-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "hellomouse-app-site-queue",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "Bowserinator",
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@hellomouse/eslint-config": "^1.1.5",
"eslint": "^8.48.0",
"eslint-plugin-jsdoc": "^46.5.1"
},
"dependencies": {
"get-twitter-media": "^2.0.6",
"html-escaper": "^3.0.3",
"html-minifier": "^4.0.0",
"imgur-anon": "^2.3.0",
"isomorphic-dompurify": "^1.8.0",
"logging": "^3.3.0",
"node-fetch": "^3.3.2",
"open-graph-scraper": "^6.2.2",
"pg": "^8.11.3",
"pg-listen": "^1.7.0",
"puppeteer": "^21.1.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"sharp": "^0.32.6",
"simple-node-logger": "^21.8.12",
"soundcloud-scraper": "^5.0.3",
"uuid": "^9.0.1",
"yt-dlp-wrap": "^2.3.12"
}
}