{
  "name": "oatts-cypress",
  "version": "1.0.6",
  "description": "An Open API Cypress Test Template Generator",
  "keywords": [
    "Swagger",
    "OpenAPI",
    "Cypress",
    "Snapshot"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hgbink/oatts"
  },
  "main": "index.js",
  "bin": {
    "oatts": "./bin/cli.js"
  },
  "scripts": {
    "gen-docs": "./node_modules/.bin/jsdoc -c jsdoc.config.json .",
    "test": "mocha --recursive"
  },
  "author": "Chao Bi",
  "license": "Apache-2.0",
  "dependencies": {
    "commander": "^2.20.0",
    "handlebars": "^4.1.2",
    "sway": "^2.0.6"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "docdash": "^0.4.0",
    "jsdoc": "^3.6.3",
    "mocha": "^5.2.0"
  }
}
