-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.6 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.6 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "test-openapi",
"version": "42.3.0",
"main": "build/src/main.js",
"files": [
"build/src",
"!~"
],
"bin": {
"test-openapi": "build/src/bin/main.js"
},
"scripts": {
"test": "gulp test"
},
"husky": {
"hooks": {
"pre-push": "gulp check --full"
}
},
"description": "Automated client requests",
"keywords": [],
"license": "MIT",
"homepage": "https://github.com/Cardero-X/test-openapi",
"repository": "Cardero-X/test-openapi",
"bugs": {
"url": "https://github.com/Cardero-X/test-openapi/issues"
},
"directories": {
"doc": "docs",
"test": "test",
"lib": "src"
},
"dependencies": {
"ajv": "^6.10.2",
"chalk": "^2.4.2",
"cli-truncate": "^2.0.0",
"core-js": "^3.1.4",
"cross-fetch": "^3.0.4",
"deepmerge": "^4.0.0",
"emphasize": "^2.1.0",
"faker": "^4.1.0",
"fast-glob": "^3.0.4",
"is-mergeable-object": "^1.1.1",
"js-yaml": "^3.13.1",
"json-schema-faker": "0.5.0-rc15",
"lodash": "^4.17.14",
"methods": "^1.1.2",
"moize": "^5.4.4",
"node-notifier": "^5.4.0",
"openapi-schema-to-json-schema": "^2.2.0",
"ora": "^3.4.0",
"path-to-regexp": "^3.0.0",
"read-pkg-up": "^6.0.0",
"statuses": "^1.5.0",
"strip-ansi": "^5.2.0",
"swagger-parser": "^8.0.0",
"type-is": "^1.6.18",
"underscore.string": "^3.3.5",
"yargs": "^13.2.4"
},
"devDependencies": {
"ava": "^2.2.0",
"execa": "^2.0.3",
"get-bin-path": "^1.0.2",
"gulp": "^4.0.2",
"gulp-shared-tasks": "^0.30.23",
"husky": "^3.0.0"
},
"engines": {
"node": ">=8.12.0"
}
}