-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 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
{
"name": "faucet-pipeline-sass",
"version": "1.9.0",
"description": "Sass for faucet-pipeline",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && npm run test:cli",
"test:cli": "./test/run",
"lint": "eslint --cache lib test && echo ✓"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faucet-pipeline/faucet-pipeline-sass.git"
},
"author": "Lucas Dohmen <[email protected]> (https://lucas.dohmen.io/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/faucet-pipeline/faucet-pipeline-sass/issues"
},
"homepage": "https://www.faucet-pipeline.org",
"engines": {
"node": ">= 18"
},
"dependencies": {
"autoprefixer": "~10.4.20",
"faucet-pipeline-core": "^2.0.0",
"postcss": "~8.5.1",
"sass": "~1.83.4"
},
"devDependencies": {
"eslint-config-fnd": "^1.13.0",
"faucet-pipeline-static": "^2.0.0",
"json-diff": "^1.0.0",
"release-util-fnd": "^3.0.0"
}
}