-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
36 lines (36 loc) · 921 Bytes
/
package.json
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
{
"name": "@readme/oas-examples",
"version": "5.18.2",
"description": "A collection of example OpenAPI 3.x and Swagger 2.0 documents.",
"license": "MIT",
"keywords": [
"openapi initiative",
"openapi spec",
"openapi document",
"oai",
"oas"
],
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas-examples.git"
},
"bugs": {
"url": "https://github.com/readmeio/oas-examples/issues"
},
"scripts": {
"lint": "eslint . --ext .js,.ts && prettier --check .",
"pretest": "npm run lint",
"prettier": "prettier --check --write .",
"test": "vitest run"
},
"devDependencies": {
"@readme/eslint-config": "^14.1.2",
"@readme/openapi-parser": "^2.7.0",
"@types/node": "^22.13.1",
"eslint": "^8.57.0",
"fast-glob": "^3.3.3",
"prettier": "^3.3.2",
"vitest": "^3.0.5"
},
"prettier": "@readme/eslint-config/prettier"
}