-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 Bytes
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
{
"name": "file-2-image",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cli-progress": "^3.8.2",
"commander": "^6.2.1",
"event-stream": "^4.0.1",
"got": "^11.5.1",
"jpeg-js": "^0.4.0",
"log-update": "^4.0.0",
"puppeteer": "^4.0.1",
"readline-sync": "^1.4.10",
"sharp": "^0.25.2",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^27.3.1"
},
"scripts": {
"lint": "eslint ./ --fix",
"test": "jest"
},
"jest": {
"testTimeout": 10000
},
"author": "",
"license": "ISC"
}