-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.14 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.14 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bootstrap-forced-colors-css",
"version": "1.0.7",
"description": "Bootstrap 5 Forced Colors CSS for Windows High Contrast Themes",
"keywords": [
"bootstrap",
"css",
"windows",
"accessibility",
"high-contrast"
],
"homepage": "https://github.com/coliff/bootstrap-forced-colors-css#readme",
"bugs": {
"url": "https://github.com/coliff/bootstrap-forced-colors-css/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coliff/bootstrap-forced-colors-css.git"
},
"funding": [
{
"type": "GitHub",
"url": "https://github.com/sponsors/coliff"
},
{
"type": "PayPal",
"url": "https://paypal.me/coliff"
}
],
"license": "MIT",
"author": "Christian Oliff (https://christianoliff.com)",
"main": "css/bootstrap-forced-colors.min.css",
"files": [
"css/*",
"LICENSE",
"package.json",
"README.md",
"scss/*"
],
"scripts": {
"build": "npm-run-all css-lint css-compile css-minify",
"css": "npm-run-all css-lint css-compile css-minify",
"css-compile": "sass --style expanded --source-map --embed-sources scss:css",
"css-lint": "stylelint \"scss/*.scss\" --fix -f verbose --quiet-deprecation-warnings",
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output css/bootstrap-forced-colors.min.css css/bootstrap-forced-colors.css",
"html-lint": "npx htmlhint \"tests/*.html\"",
"pa11y": "npx pa11y https://coliff.github.io/bootstrap-forced-colors-css/tests/ --threshold 2 --ignore WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail",
"prettier": "npx prettier --write \"**/*.{json,md,scss,yml,mjs}\"",
"serve": "npx http-server -o /tests/index.html -p 8080 -c-1",
"spellcheck": "npx cspell \"**/*.*\" --no-progress",
"webhint": "npx hint ./tests/index.html",
"test": "npm run css-lint"
},
"devDependencies": {
"clean-css-cli": "5.6.3",
"npm-run-all": "4.1.5",
"sass": "1.78.0",
"stylelint": "16.26.1",
"stylelint-config-twbs-bootstrap": "16.1.0"
},
"sass": "scss/bootstrap-forced-colors.scss",
"volta": {
"node": "24.14.0"
}
}