-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 976 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": "swagger-ui-plugin-enum-names",
"version": "4.1.3",
"description": "A plugin for Swagger UI to show x-enum-varnames / x-enumNames and x-enum-descriptions.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"lint": "eslint {src,test}/**/*.{js,jsx}"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sapphi-red/swagger-ui-plugin-enum-names.git"
},
"keywords": [
"swagger"
],
"files": [
"dist"
],
"author": "sapphi-red",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sapphi-red/swagger-ui-plugin-enum-names/issues"
},
"homepage": "https://github.com/sapphi-red/swagger-ui-plugin-enum-names#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"tsup": "^8.0.2"
}
}