-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 997 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-nunjucks",
"version": "0.3.0",
"description": "nunjucks templates for faucet-pipeline",
"main": "index.js",
"scripts": {
"test": "npm-run-all --parallel lint test:cli",
"test:cli": "./test/run",
"lint": "eslint --cache index.js test && echo ✓"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faucet-pipeline/faucet-pipeline-nunjucks.git"
},
"author": "Lucas Dohmen <lucas@dohmen.io> (https://lucas.dohmen.io/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/faucet-pipeline/faucet-pipeline-nunjucks/issues"
},
"homepage": "https://www.faucet-pipeline.org",
"engines": {
"node": ">= 14"
},
"dependencies": {
"faucet-pipeline-core": "^2.0.0",
"nunjucks": "^3.2.3",
"nunjucks-markdown": "^2.0.1"
},
"devDependencies": {
"eslint-config-fnd": "^1.13.0",
"faucet-pipeline-sass": "^1.7.1",
"json-diff": "^1.0.0",
"marked": "^5.0.2",
"npm-run-all": "^4.1.5",
"release-util-fnd": "^3.0.0"
}
}