-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
27 lines (27 loc) · 1.06 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
{
"name": "data-strategy",
"version": "1.0.0",
"description": "[![GitHub Actions](https://github.com/GSA/data-strategy/actions/workflows/build.yml/badge.svg)](https://github.com/GSA/data-strategy/actions/workflows/build.yml) [![GitHub Actions](https://github.com/GSA/data-strategy/actions/workflows/qa.yml/badge.svg)](https://github.com/GSA/data-strategy/actions/workflows/qa.yml)",
"main": "index.js",
"engine": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"build": "bundle exec jekyll build",
"pages": "",
"qa": "bundle exec htmlproofer --http-status-ignore \"301,302,401,403,429\" --check-html _site",
"setup": "bundle install",
"start": "bundle exec jekyll serve",
"test": "bundle exec htmlproofer --disable-external _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/data-strategy.git"
},
"author": "Data.gov <datagovhelp@gsa.gov>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GSA/data-strategy/issues"
},
"homepage": "https://github.com/GSA/data-strategy#readme"
}