-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 940 Bytes
/
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": "jstesting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node action.js"
},
"engines": {
"node": "16.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/github": "^5.1.1",
"@tolga1452/logchu": "^1.0.2",
"@tolga1452/toolbox.js": "^1.1.0",
"@types/puppeteer": "^7.0.4",
"axios": "^1.3.4",
"chalk": "^5.2.0",
"cloudflare-scraper": "^2.0.0",
"delay": "^5.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"gradient-string": "^2.0.2",
"humanoid-js": "^1.0.1",
"morgan": "^1.10.0",
"murmurhash": "^2.0.1",
"puppeteer": "^20.7.4",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@cloudflare/puppeteer": "^0.0.0-alpha.2",
"itty-router": "^3.0.12",
"itty-router-extras": "^0.4.2"
}
}