-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "simple-esm",
"version": "1.1.0",
"description": "A simple example of ES Modules in Node.js",
"main": "esm.js",
"type": "module",
"scripts": {
"start": "chcp 65001 && node dist/main.js",
"prestart": "tsc",
"dev": "tsc && node dist/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tierney Cyren",
"license": "MIT",
"dependencies": {
"@antiadmin/anticaptchaofficial": "^1.0.27",
"@types/node": "^18.11.9",
"csv-stringify": "^6.2.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"glob": "^8.0.3",
"google-spreadsheet": "^3.3.0",
"googleapis": "^109.0.1",
"imap": "^0.8.19",
"jsdom": "^20.0.2",
"luxon": "^3.1.0",
"mailparser": "^3.5.0",
"node-fetch": "^3.2.10",
"nodemon": "^2.0.20",
"p-queue": "^7.3.0",
"puppeteer": "^19.2.2",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-recaptcha": "^3.6.6",
"speakeasy": "^2.0.0",
"typescript": "^4.8.4",
"user-agents": "^1.0.1200",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/luxon": "^3.1.0"
}
}