UNPKG

avantation

Version:

Build OpenAPI3.0 specification from HAR

68 lines (67 loc) 1.82 kB
{ "name": "avantation", "description": "Build OpenAPI3.0 specification from HAR", "version": "2.0.5", "author": "Anbarasan K <anbuksv@gmail.com> (https://www.avantation.in)", "bin": { "avantation": "./bin/run" }, "man": "./man/avantation.1", "bugs": "https://github.com/anbuksv/avantation/issues", "dependencies": { "@oclif/command": "^1.5.6", "@oclif/config": "^1.9.0", "@oclif/plugin-help": "^2.1.4", "generate-schema": "^2.6.0", "httpsnippet": "^1.16.5", "json2yaml": "^1.1.0", "shins": "^2.3.2-3", "tslib": "^1.9.3", "url-parse": "^1.4.4", "widdershins": "^3.6.6" }, "devDependencies": { "@types/chai": "^4.2.18", "@types/mocha": "^5.2.7", "@types/node": "^10.12.12", "chai": "^4.3.4", "mocha": "^9.0.1", "ts-node": "^7.0.1", "typescript": "^3.1.6" }, "engines": { "node": ">=10.14.2" }, "files": [ "/bin", "/lib", "/man" ], "homepage": "https://github.com/anbuksv/avantation", "keywords": [ "oclif", "avantation", "documentation", "REST", "REST API'S", "API", "OpenAPI Specification", "OAS", "Swagger", "HAR", "OpenAPI" ], "license": "MIT", "main": "lib/index.js", "oclif": { "bin": "avantation" }, "repository": "anbuksv/avantation", "scripts": { "build": "tsc --build tsconfig.json", "clean": "tsc --build --clean", "prepack": "rm -rf lib && tsc -b ", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register/index.js 'test/**/*.ts'" }, "types": "lib/index.d.ts" }