-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 955 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 955 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
28
29
30
31
32
33
34
35
36
37
{
"name": "upload-openapi-spec-action",
"version": "1.13.2",
"main": "dist/index.js",
"scripts": {
"build": "./scripts/build",
"lint": "./scripts/lint",
"lint:fix": "./scripts/format",
"test": "./scripts/test",
"test:watch": "vitest"
},
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/diff": "^7.0.2",
"@types/node": "^22.18.3",
"esbuild": "^0.25.9",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@redocly/cli": "^2.25.3",
"@stainless-api/github-internal": "^0.25.1",
"@stainless-api/gitlab-internal": "^0.3.0",
"@stainless-api/sdk": "^0.5.0",
"diff": "^8.0.3",
"glob": "^11.0.0",
"nano-spawn": "^1.0.3",
"ts-dedent": "^2.2.0",
"yaml": "^2.8.1"
},
"packageManager": "pnpm@10.27.0"
}