-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"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 <[email protected]>",
"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.650.0",
"@aws-sdk/client-s3": "3.651.0",
"@aws-sdk/client-sqs": "3.650.0",
"@sparticuz/chromium": "^117.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": "21.3.4",
"random-js": "^2.1.0",
"tldjs": "^2.3.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"standard": "^17.1.0"
}
}