{
  "name": "soap-converter",
  "version": "0.3.0",
  "description": "Instantly convert SOAP/WSDL definitions to REST API specifications for use with Postman, OpenAPI/Swagger, and other API development tools.",
  "main": "index.js",
  "bin": "./bin/soap-converter.js",
  "dependencies": {
    "apiconnect-wsdl": "2.0.36",
    "commander": "13.1.0",
    "inquirer": "12.5.0",
    "openapi-to-postmanv2": "^5.0.0",
    "untildify": "5.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "19.8.0",
    "@commitlint/config-conventional": "19.8.0",
    "eslint": "8.57.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "10.1.1",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-prettier": "5.2.5",
    "husky": "9.1.7",
    "lint-staged": "15.5.0",
    "prettier": "3.5.3"
  },
  "scripts": {
    "lint": "eslint --fix",
    "precommit": "lint-staged",
    "prepare": "husky"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "keywords": [
    "soap",
    "wsdl",
    "converter",
    "swagger",
    "postman",
    "collection"
  ],
  "author": "Anh Thang Bui <buianhthang89@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anhthang/soap-converter.git"
  },
  "bugs": {
    "url": "https://github.com/anhthang/soap-converter/issues"
  },
  "homepage": "https://github.com/anhthang/soap-converter#readme",
  "packageManager": "yarn@4.8.0"
}
