-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "prometheusworkana",
"version": "1.0.0",
"description": "PrometheusWorkana is a powerful Chrome extension that provides users with the knowledge to pass Workana certification tests.",
"type": "module",
"main": "background.js",
"keywords": [
"certification",
"test",
"workana",
"ai",
"automation",
"chromium",
"scraper",
"scrapping",
"prometheus",
"prometheusworkana",
"davcavalcante",
"david c cavalcante",
"fjallstoppur",
"takk innovate studio",
"takk8is"
],
"author": {
"name": "David C Cavalcante (Fjallstoppur) <fjallstoppur@proton.me>",
"organization": "Takk Innovate Studio"
},
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Takk8IS/PrometheusWorkana.git"
},
"bugs": {
"url": "https://github.com/Takk8IS/PrometheusWorkana/issues"
},
"homepage": "https://github.com/Takk8IS/PrometheusWorkana#readme",
"scripts": {
"start": "node --no-deprecation prometheusworkana.js",
"test": "jest",
"postinstall": "npm run start"
},
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"fs": "^0.0.1-security",
"groq-sdk": "^0.5.0",
"helmet": "^7.1.0",
"https": "^1.0.0",
"node-cache": "^5.1.2"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=14.0.0"
}
}