-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 1.07 KB
/
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
{
"name": "coil-site",
"private": true,
"homepage": "",
"bugs": {
"url": "https://github.com/uscensusbureau/the-opportunity-project/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"author": "COIL",
"contributors": [
"Sam Potasznik <samuel.h.potasznik@census.gov>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/uscensusbureau/the-opportunity-project"
},
"scripts": {
"airtable": "(./scripts/airtable.sh)",
"cypress": "npx cypress open",
"html-proofer": "htmlproofer --allow_hash_href --assume_extension --only_4xx ./_site",
"html-proofer:skip-external": "htmlproofer --allow_hash_href --assume_extension --disable_external ./_site",
"pa11y-ci": "pa11y-ci --config pa11y.json",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\"",
"serve": "bundle exec jekyll serve --drafts --future --incremental --livereload",
"start": "bundle exec jekyll serve --drafts --future"
},
"devDependencies": {
"pa11y-ci": "^2.4.2",
"standard": "^16.0.3"
}
}