{
  "name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
  "version": "0.3.24",
  "description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
  "backstage": {
    "role": "backend-plugin-module",
    "pluginId": "scaffolder",
    "pluginPackage": "@backstage/plugin-scaffolder-backend",
    "features": {
      ".": "@backstage/BackendFeature"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/scaffolder-backend-module-confluence-to-markdown"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "backstage": "@backstage/BackendFeature",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  },
  "files": [
    "dist",
    "config.schema.json"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "help": "backstage-cli help",
    "lint": "backstage-cli package lint",
    "prepack": "backstage-cli package prepack",
    "postpack": "backstage-cli package postpack",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/backend-plugin-api": "^1.10.0",
    "@backstage/config": "^1.3.8",
    "@backstage/errors": "^1.3.1",
    "@backstage/integration": "^2.1.0",
    "@backstage/plugin-scaffolder-node": "^0.13.6",
    "fs-extra": "^11.2.0",
    "git-url-parse": "^15.0.0",
    "node-html-markdown": "^1.3.0",
    "yaml": "^2.0.0"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.6",
    "@backstage/cli": "^0.36.5",
    "@backstage/plugin-scaffolder-node-test-utils": "^0.3.14",
    "msw": "^2.0.0"
  },
  "configSchema": "config.schema.json"
}