-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 997 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 997 Bytes
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": "grid-api",
"version": "1.0.0",
"description": "Grid API Schema and Documentation",
"scripts": {
"build:openapi": "npx @redocly/cli bundle openapi/openapi.yaml -o openapi.yaml && cp openapi.yaml mintlify/openapi.yaml",
"prelint:openapi": "npm run build:openapi",
"lint:openapi": "npx @redocly/cli bundle openapi/openapi.yaml -o openapi.yaml && npx @redocly/cli lint openapi.yaml && cp openapi.yaml mintlify/openapi.yaml",
"lint": "npm run lint:openapi",
"broken-links": "cd mintlify && mint broken-links",
"validate": "npm run lint",
"test": "echo \"Error: no test specified\" && exit 1",
"cli:install": "cd cli && npm install",
"cli:build": "cd cli && npm run build",
"cli:dev": "cd cli && npm run dev"
},
"dependencies": {
"@redocly/cli": "^1.34.5",
"mint": "^4.2.105"
},
"devDependencies": {
"markdownlint-cli": "^0.44.0",
"widdershins": "^4.0.1"
},
"author": "Lightspark Group",
"license": "Apache-2.0"
}