-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "slim-list-lambda",
"version": "1.0.0",
"description": "AWS Lambda functions to generate slim list versions of filter lists.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/standard/bin/cmd.cjs",
"lint-fix": "./node_modules/standard/bin/cmd.cjs --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/slim-list-lambda.git"
},
"author": "Peter Snyder <pes@brave.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/brave/slim-list-lambda/issues"
},
"homepage": "https://github.com/brave/slim-list-lambda#readme",
"dependencies": {
"@aws-sdk/client-lambda": "3.1053.0",
"@aws-sdk/client-s3": "3.1053.0",
"@aws-sdk/client-sqs": "3.1053.0",
"@sparticuz/chromium": "^148.0.0",
"adblock-rs": "^0.7.18",
"fkill": "^6.2.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"pg": "^8.8.0",
"puppeteer-core": "24.4.0",
"random-js": "^2.1.0",
"tldjs": "^2.3.1",
"uuid": "^14.0.0"
},
"overrides": {
"cargo-cp-artifact": "0.1.9"
},
"devDependencies": {
"standard": "17.1.2"
}
}