-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
19 lines (19 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "stac-card4l",
"version": "0.1.0",
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . -f -r .github/remark.yaml",
"check-examples": "stac-node-validator . --format --lint --verbose --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/optical/schema.json=./optical/json-schema/schema.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/source.json=./sar/json-schema/source.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/product.json=./sar/json-schema/product.json --schemaMap https://stac-extensions.github.io/card4l/v0.1.0/sar/common.json=./sar/json-schema/common.json"
},
"dependencies": {
"remark-cli": "^8.0.0",
"remark-lint": "^7.0.0",
"remark-lint-no-html": "^2.0.0",
"remark-preset-lint-consistent": "^3.0.0",
"remark-preset-lint-markdown-style-guide": "^3.0.0",
"remark-preset-lint-recommended": "^4.0.0",
"remark-validate-links": "^10.0.0",
"stac-node-validator": "^1.0.0"
}
}