-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.15 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": "simplify-openapi",
"version": "0.1.22",
"description": "Simplify RESTful API Serverless Model with OpenAPI 3.0 Specs",
"main": "entrypoint.js",
"bin": {
"simplify-openapi": "entrypoint.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplify-framework/openapi.git"
},
"keywords": [
"codegen",
"openapi",
"serverless",
"docker",
"lambda",
"faas",
"aws"
],
"author": "Duong Dinh Cuong",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/simplify-framework/openapi/issues"
},
"homepage": "https://github.com/simplify-framework/openapi#README",
"dependencies": {
"case": "^1.6.3",
"debug": "^4.1.1",
"diff": "^4.0.2",
"hogan.js": "^3.0.2",
"js-yaml": "^3.13.1",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.0",
"oas-schema-walker": "^1.1.4",
"oas-validator": "^3.4.0",
"simplify-templates": "^0.1.6",
"openapi-sampler": "^1.0.0-beta.15",
"reftools": "^1.1.1",
"rimraf": "^3.0.2",
"safe-json-stringify": "^1.2.0",
"uuid": "^3.4.0",
"yaml": "^1.9.1",
"yargs": "^14.2.3"
},
"devDependencies": {}
}