-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.06 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
42
{
"name": "@runnerty/executor-image",
"version": "3.2.1",
"description": "Runnerty module: Image",
"author": "Runnerty Tech",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint '**/*.js' && prettier --check '**'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/executor-image.git"
},
"keywords": [
"runnerty",
"executor",
"image"
],
"bugs": {
"url": "https://github.com/runnerty/executor-image/issues"
},
"homepage": "https://github.com/runnerty/executor-image#readme",
"dependencies": {
"@runnerty/module-core": "~3.1.1",
"concat-stream": "~2.0.0",
"globby": "~11.0.4",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "~9.0.0",
"imagemin-pngquant": "~9.0.2",
"imagemin-svgo": "~9.0.0",
"imagemin-webp": "~6.0.0",
"sharp": "~0.30.3"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
}
}