-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·43 lines (43 loc) · 1.24 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
{
"name": "Diffy local screenshot Chrome 111",
"version": "1.0.0",
"description": "Diffy local screenshots",
"bin": {
"diffy-cli": "./index.js"
},
"scripts": {
"start": "node index.js",
"build": "pkg package.json --out-path ./build/",
"lint": "npx eslint ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/client-sqs": "^3.637.0",
"@aws-sdk/credential-providers": "^3.637.0",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"iltorb": "^2.4.4",
"minimist": "^1.2.8",
"proxy-chain": "^2.4.0",
"puppeteer": "^19.7.0",
"request": "^2.88.2",
"sharp": "^0.33.5",
"striptags": "^3.2.0",
"url-parse": "^1.4.3",
"winston": "^3.15.0",
"yargs": "^15.1.0"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1"
},
"pkg": {
"assets": [
"./node_modules/lambdafs/build/iltorb/build/bindings/iltorb.node",
"./node_modules/iltorb/build/bindings/iltorb.node"
]
}
}