UNPKG

1.4 kBJSONView Raw
1{
2 "name": "openapi-codegen",
3 "version": "2.0.1",
4 "description": "OpenAPI 3.0 CodeGen",
5 "main": "local.js",
6 "bin": {
7 "cg": "./cg.js"
8 },
9 "scripts": {
10 "lint": "npx eslint *.js test/*.js lib/",
11 "test": "npx mocha --delay"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Mermade/openapi-codegen.git"
16 },
17 "keywords": [
18 "openapi",
19 "swagger",
20 "openapi3",
21 "codegen"
22 ],
23 "author": "Mike Ralphson",
24 "license": "Apache-2.0",
25 "bugs": {
26 "url": "https://github.com/Mermade/openapi-codegen/issues"
27 },
28 "homepage": "https://github.com/Mermade/openapi-codegen#readme",
29 "dependencies": {
30 "adm-zip": "^0.4.13",
31 "case": "^1.5.4",
32 "co": "^4.6.0",
33 "connect": "^3.6.5",
34 "hogan.js": "^3.0.2",
35 "mkdirp": "^0.5.1",
36 "node-fetch": "^2.0.0",
37 "oas-schema-walker": "^1.1.2",
38 "oas-validator": "^3.3.2",
39 "openapi-sampler": "^1.0.0-beta.8",
40 "reftools": "^1.0.9",
41 "rimraf": "^3.0.0",
42 "safe-json-stringify": "^1.2.0",
43 "swagger-tools": "^0.10.4",
44 "swagger2openapi": "^5.3.2",
45 "uuid": "^3.1.0",
46 "yaml": "^1.7.2",
47 "yargs": "^14.0.0"
48 },
49 "devDependencies": {
50 "ajv": "^6.0.1",
51 "babel-preset-env": "^1.7.0",
52 "eslint": "^6.2.0",
53 "mocha": "^7.0.0",
54 "node-readfiles": "^0.2.0",
55 "should": "^13.1.3",
56 "webpack": "^4.41.5",
57 "webpack-cli": "^3.0.8"
58 }
59}