-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "@xaviergxf/openapi-json-schema-extractor",
"version": "1.0.16",
"description": "",
"scripts": {
"test": "jasmine-ts --config=spec/support/jasmine.json",
"build": "tsc"
},
"preferGlobal": true,
"bin": "lib/cli.js",
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaviergxf/openapi-json-schema-extractor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xaviergxf/openapi-json-schema-extractor/issues"
},
"homepage": "https://github.com/xaviergxf/openapi-json-schema-extractor#readme",
"dependencies": {
"request": "2.88.2",
"del": "5.1.0",
"lodash": "4.17.21"
},
"devDependencies": {
"@types/execa": "2.0.0",
"@types/jasmine": "3.5.11",
"@types/lodash": "4.14.158",
"@types/request": "2.48.5",
"execa": "4.0.3",
"jasmine": "3.99.0",
"jasmine-ts": "0.3.3",
"rimraf": "3.0.2",
"ts-node": "8.10.2",
"typescript": "3.9.7",
"xo": "^0.53.1"
}
}