-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
43
44
45
46
{
"name": "tiresiashackerrank",
"version": "1.0.0",
"description": "TiresiasHackerRank is a powerful Chrome extension that provides users with the knowledge to pass HackerRank certification tests.",
"type": "module",
"main": "background.js",
"keywords": [
"certification",
"test",
"hackerrank",
"ai",
"automation",
"chromium",
"scraper",
"scrapping",
"tiresias",
"tiresiashackerrank",
"davcavalcante",
"david c cavalcante",
"fjallstoppur",
"takk innovate studio",
"takk8is"
],
"author": {
"name": "David C Cavalcante (Fjallstoppur) <[email protected]>",
"organization": "Takk Innovate Studio"
},
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Takk8IS/TiresiasHackerRank.git"
},
"bugs": {
"url": "https://github.com/Takk8IS/TiresiasHackerRank/issues"
},
"homepage": "https://github.com/Takk8IS/TiresiasHackerRank#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"prettier": "^3.3.3",
"progress": "^2.0.3",
"prompts": "^2.4.2",
"puppeteer": "^22.14.0"
}
}