-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
30 lines (30 loc) · 838 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
{
"name": "Tokens-Gen",
"version": "1.0.0",
"description": "A token gen by Nelectrons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nelectrons/Discord-Token-Generator"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nelectrons/Discord-Token-Generator"
},
"homepage": "https://github.com/Nelectrons/Discord-Token-Generator",
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.22.2",
"cross-fetch": "^3.1.4",
"i": "^0.3.6",
"npm": "^7.19.1",
"puppeteer": "^10.1.0",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-recaptcha": "^3.4.0",
"puppeteer-extra-plugin-stealth": "^2.7.8",
"unique-names-generator": "^4.5.0"
}
}