{
  "name": "@loopback/openapi-spec-builder",
  "version": "4.0.0-alpha.3",
  "description": "Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.",
  "scripts": {
    "build": "npm run build:lib && npm run build:lib6",
    "build:lib": "node ../../bin/compile-package es2017",
    "build:lib6": "node ../../bin/compile-package es2015",
    "clean": "rm -rf loopback-openapi-spec*.tgz lib* package",
    "prepublish": "npm run build",
    "verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean"
  },
  "author": "IBM",
  "license": "MIT",
  "keywords": [
    "Swagger",
    "OpenAPI Spec",
    "TypeScript",
    "Builder",
    "Testing"
  ],
  "dependencies": {
    "@loopback/openapi-spec": "^4.0.0-alpha.5"
  },
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "lib",
    "lib6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-next.git"
  },
  "devDependencies": {
    "typescript": "^2.3.2"
  }
}
