-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"@comment": "This file was generated from npm*.ts .",
"name": "openapi-includer-cli",
"version": "0.0.0",
"description": "Add `$include` keyword support to OpenAPI to include other file content that `$ref` does not support.",
"repository": {
"type": "git",
"url": "https://github.com/tsapporg/openapi-includer-cli"
},
"private": false,
"license": "MIT",
"type": "module",
"dependencies": {
"ts-command-line-args": "2.5.1",
"yaml": "2.3.1",
"flat": "mainframenzo/forkof.flat#master",
"ts-deepmerge": "6.2.0"
},
"devDependencies": {
"@types/node": "18.16.0",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "5.2.2",
"openapi-typescript": "6.2.8",
"@openapi-ts/backend": "2.0.5",
"shx": "0.3.4",
"del": "5.0.0",
"cross-env": "5.2.1",
"concurrently": "7.5.0",
"nodemon": "2.0.20",
"onchange": "7.1.0",
"esbuild": "0.16.7",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@babel/preset-env": "7.23.2",
"pkg": "5.8.1"
},
"scripts": {},
"bin": {
"openapi-includer-cli": "./openapi-includer-cli.sh"
},
"files": [
"./src/",
"./dist/",
"./openapi-includer-cli.sh",
"./tsconfig.json",
"./config/"
]
}