forked from emanualjade/test-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.19 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.19 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "test-openapi",
"version": "39.0.1",
"main": "index.js",
"files": [
"bin",
"src",
"!*~"
],
"bin": {
"test-openapi": "bin/test_openapi.js"
},
"scripts": {
"test": "gulp test",
"lint": "gulp lint",
"release": "release-it"
},
"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",
"lib": "src"
},
"dependencies": {
"ajv": "^6.5.4",
"chalk": "^2.4.1",
"cli-truncate": "^1.1.0",
"cross-fetch": "^2.2.2",
"deepmerge": "^2.2.1",
"emphasize": "^2.0.0",
"faker": "^4.1.0",
"fast-glob": "^2.2.3",
"has-ansi": "^3.0.0",
"is-mergeable-object": "^1.1.0",
"js-yaml": "^3.12.0",
"json-schema-faker": "0.5.0-rc15",
"lodash": "^4.17.10",
"methods": "^1.1.2",
"moize": "^5.4.1",
"node-notifier": "^5.2.1",
"openapi-schema-to-json-schema": "^2.2.0",
"ora": "^3.0.0",
"path-to-regexp": "^2.4.0",
"slice-ansi": "^2.0.0",
"statuses": "^1.5.0",
"string-width": "^2.1.1",
"strip-ansi": "^5.0.0",
"swagger-parser": "^6.0.1",
"type-is": "^1.6.16",
"underscore.string": "^3.3.5",
"yargs": "^12.0.2"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-prettier-fp": "^1.3.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-eslint-comments": "^3.0.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-html": "^5.0.0-alpha.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-markdown": "^1.0.0-beta.8",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-unicorn": "^6.0.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.4.0",
"gulp": "^4.0.0",
"plugin-error": "^1.0.1",
"prettier": "^1.14.3",
"release-it": "^7.6.2"
},
"engines": {
"node": ">=10.12.0"
}
}