-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 816 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 816 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
38
{
"name": "@ublitzjs/openapi",
"version": "0.0.4",
"dependencies": {
"@ublitzjs/core": "^0.1.1",
"@ublitzjs/static": "^0.2.1",
"openapi3-ts": "^4.4.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/ublitzjs/openapi.git"
},
"bugs": {
"url": "https://github.com/ublitzjs/openapi/issues",
"email": "diril656@gmail.com"
},
"homepage": "https://github.com/ublitzjs/openapi#readme",
"keywords": [
"ublitzjs",
"openapi",
"documentation",
"docs",
"typescript-first",
"development"
],
"devDependencies": {
"@ublitzjs/logger": "^0.0.2",
"@ublitzjs/router": "^0.1.0"
}
}