{
  "name": "@dcurylo/azure-servicebus-template",
  "description": "AsyncAPI generator for service bus topologies",
  "version": "0.0.1",
  "generator": {
    "renderer": "react",
    "parameters": {
      "location": {
        "description": "Azure region used for the location property on resources in the generated ARM template.",
        "required": true
      }
    }
  },
  "dependencies": {
    "@asyncapi/generator": "^1.9.12",
    "@asyncapi/generator-react-sdk": "^0.2.25"
  },
  "scripts": {
    "test": "jest",
    "generate-template": "ag fsharp/AsyncApiServiceBusTests/sample-specs/sb-end-to-end.yml . -o output -p location=westus --force-write",
    "generate-html": "ag fsharp/AsyncApiServiceBusTests/sample-specs/sb-end-to-end.yml @asyncapi/html-template -o output --force-write",
    "clean": "del-cli --force output"
  },
  "author": "Dave Curylo",
  "license": "APACHE-2.0",
  "devDependencies": {
    "@asyncapi/parser": "^1.17.1",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "@jest/globals": "^29.2.1",
    "babel-jest": "^29.2.1",
    "del-cli": "^5.0.0",
    "jest": "^29.2.1"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ]
  }
}
