|
1 | 1 | { |
2 | | - "name": "api-spec", |
| 2 | + "name": "stac-api-filter-extension-spec", |
3 | 3 | "version": "1.0.0-rc.1", |
4 | | - "description": "STAC API helpers to generate, serve and check the API spec.", |
5 | | - "repository": "https://github.com/radiantearth/stac-api-spec", |
| 4 | + "description": "STAC API helpers to check the API spec.", |
| 5 | + "repository": "https://github.com/stac-api-extensions/filter", |
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "scripts": { |
8 | | - "serve": "redoc-cli serve core/openapi.yaml --watch --options.expandResponses \"200,201,202,203,204\" --options.pathInMiddlePanel true", |
9 | 8 | "check": "npm run check-markdown && npm run check-openapi", |
10 | | - "check-markdown": "remark . --frail --ignore-pattern stac-spec/", |
11 | | - "check-openapi": "npm run check-openapi-core && npm run check-openapi-commons && npm run check-openapi-ogcapi-features && npm run check-openapi-item-search && npm run check-openapi-fragments && npm run check-openapi-collections && npm run check-openapi-children", |
12 | | - "check-openapi-core": "spectral lint core/openapi.yaml --ruleset .circleci/.spectral.yml", |
13 | | - "check-openapi-commons": "spectral lint core/commons.yaml --ruleset .circleci/.spectral-fragments.yml", |
14 | | - "check-openapi-ogcapi-features": "spectral lint ogcapi-features/openapi.yaml ogcapi-features/extensions/*/openapi.yaml --ruleset .circleci/.spectral.yml", |
15 | | - "check-openapi-item-search": "spectral lint item-search/openapi.yaml --ruleset .circleci/.spectral.yml", |
16 | | - "check-openapi-fragments": "spectral lint fragments/*/openapi.yaml --ruleset .circleci/.spectral-fragments.yml", |
17 | | - "check-openapi-collections": "spectral lint collections/openapi.yaml --ruleset .circleci/.spectral.yml", |
18 | | - "check-openapi-children": "spectral lint children/openapi.yaml --ruleset .circleci/.spectral.yml", |
19 | | - "build-openapi": ".circleci/build-openapi.sh", |
20 | | - "publish-openapi": "node .circleci/publish.js", |
21 | | - "check-stac-spec-changes": "git diff --quiet HEAD ${npm_config_compare_to} -- stac-spec" |
| 9 | + "check-markdown": "remark . --frail", |
| 10 | + "check-openapi": "spectral lint openapi.yaml --ruleset .circleci/.spectral-fragments.yml" |
22 | 11 | }, |
23 | 12 | "dependencies": { |
24 | 13 | "@redocly/openapi-cli": "^1.0.0-beta.94", |
|
0 commit comments