-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 983 Bytes
/
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
{
"name": "faucet-pipeline-images",
"version": "2.2.0",
"description": "image optimization for faucet-pipeline",
"main": "index.js",
"scripts": {
"test": "npm-run-all --parallel lint test:cli",
"test:cli": "./test/run",
"test:prepare": "./test/prepare",
"lint": "eslint --cache index.js test && echo ✓"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faucet-pipeline/faucet-pipeline-images.git"
},
"author": "Lucas Dohmen <[email protected]> (https://lucas.dohmen.io/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/faucet-pipeline/faucet-pipeline-images/issues"
},
"homepage": "https://www.faucet-pipeline.org",
"engines": {
"node": ">= 18"
},
"dependencies": {
"faucet-pipeline-core": "^2.0.0",
"sharp": "^0.33.2",
"svgo": "^3.0.2"
},
"devDependencies": {
"eslint-config-fnd": "^1.13.0",
"file-type-cli": "^6.0.0",
"json-diff": "^1.0.0",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^3.0.0"
}
}