-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 997 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
{
"name": "pace-commoncrawl-scanner",
"version": "1.0.0",
"description": "Scans CommonCrawl datasets for keywords. Scans the whole month of CommonCrawl data using Amazon EC2 c5n.16xlarge instance for hundreds of keywords in about 4 hours. Developed with support from the EU and the Populism & Civic Engagement H2020 project.",
"main": "index.js",
"dependencies": {
"@opensearch-project/opensearch": "^2.0.0",
"elasticsearch": "^16.7.2",
"exceljs": "^4.2.0",
"googleapis": "^67.0.0",
"opensearch": "0.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CitizensFoundation/pace-commoncrawl-scanner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CitizensFoundation/pace-commoncrawl-scanner/issues"
},
"homepage": "https://github.com/CitizensFoundation/pace-commoncrawl-scanner#readme"
}