forked from readmeio/oas-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 864 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
{
"name": "@readme/oas-examples",
"description": "A collection of example OpenAPI 3.x and Swagger 2.0 documents.",
"license": "MIT",
"tags": [
"openapi initiative",
"openapi spec",
"openapi document",
"oai",
"oas"
],
"version": "5.1.0",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas-examples.git"
},
"bugs": {
"url": "https://github.com/readmeio/oas-examples/issues"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.js\"",
"test": "jest"
},
"devDependencies": {
"@readme/eslint-config": "^8.6.0",
"@readme/openapi-parser": "^2.1.1",
"eslint": "^8.13.0",
"fast-glob": "^3.2.11",
"jest": "^27.5.1",
"prettier": "^2.6.2"
},
"prettier": "@readme/eslint-config/prettier"
}