-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.48 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.48 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "vrchat-openapi",
"type": "module",
"version": "1.0.0",
"private": true,
"description": "VRChat API OpenAPI Specification",
"author": "",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint-spectral": "bun spectral openapi/openapi.yaml",
"lint-spectral-ci": "bun spectral -i openapi/openapi.yaml",
"lint-eslint": "eslint .",
"lint-eslint-ci": "pnpm -s run lint-eslint -f @jamesacarr/eslint-formatter-github-actions",
"lint": "pnpm --no-bail --stream --reporter-hide-prefix --color run '/^lint-(?!ci$)(?!.*-ci$).*/'",
"lint-ci": "pnpm --stream --reporter-hide-prefix run '/^lint-.*-ci$/'",
"bundle": "redocly bundle"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@apidevtools/json-schema-ref-parser": "^15.1.2",
"@ariesclark/eslint-config": "^3.1.1",
"@eslint-react/eslint-plugin": "^2.3.9",
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
"@redocly/cli": "^2.12.0",
"@redocly/openapi-core": "^2.12.5",
"@stoplight/spectral-cli": "^6.15.0",
"@stoplight/spectral-core": "^1.20.0",
"@stoplight/spectral-formats": "^1.8.2",
"@stoplight/spectral-formatters": "^1.5.0",
"@stoplight/spectral-functions": "^1.10.1",
"@stoplight/spectral-parsers": "^1.0.5",
"@stoplight/spectral-rulesets": "^1.22.0",
"@types/bun": "^1.3.3",
"@types/node": "^24.10.1",
"@types/pluralize": "^0.0.33",
"change-case": "^5.4.4",
"cspell": "^9.3.2",
"cspell-lib": "^9.3.2",
"eslint": "^9.39.1",
"pluralize": "^8.0.0",
"semver": "^7.7.3"
}
}