{
  "name": "@backstage/plugin-techdocs-node",
  "version": "1.15.2",
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
  "backstage": {
    "role": "node-library",
    "pluginId": "techdocs",
    "pluginPackages": [
      "@backstage/plugin-techdocs",
      "@backstage/plugin-techdocs-backend",
      "@backstage/plugin-techdocs-common",
      "@backstage/plugin-techdocs-node",
      "@backstage/plugin-techdocs-react"
    ]
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "keywords": [
    "techdocs",
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "bugs": {
    "url": "https://github.com/backstage/backstage/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "plugins/techdocs-node"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "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": {
    "@aws-sdk/client-s3": "^3.350.0",
    "@aws-sdk/credential-providers": "^3.350.0",
    "@aws-sdk/lib-storage": "^3.350.0",
    "@aws-sdk/types": "^3.347.0",
    "@azure/identity": "^4.0.0",
    "@azure/storage-blob": "^12.5.0",
    "@backstage/backend-plugin-api": "^1.9.3",
    "@backstage/catalog-model": "^1.9.0",
    "@backstage/config": "^1.3.8",
    "@backstage/errors": "^1.3.1",
    "@backstage/integration": "^2.0.3",
    "@backstage/integration-aws-node": "^0.2.0",
    "@backstage/plugin-search-common": "^1.2.24",
    "@backstage/plugin-techdocs-common": "^0.1.1",
    "@google-cloud/storage": "^7.0.0",
    "@smithy/node-http-handler": "^3.0.0",
    "@trendyol-js/openstack-swift-sdk": "^0.0.7",
    "@types/express": "^4.17.6",
    "dockerode": "^4.0.0",
    "express": "^4.22.0",
    "fs-extra": "^11.2.0",
    "git-url-parse": "^15.0.0",
    "hpagent": "^1.2.0",
    "js-yaml": "^4.2.0",
    "json5": "^2.1.3",
    "mime-types": "^2.1.27",
    "p-limit": "^3.1.0",
    "recursive-readdir": "^2.2.2",
    "winston": "^3.2.1"
  },
  "devDependencies": {
    "@backstage/backend-test-utils": "^1.11.5",
    "@backstage/cli": "^0.36.4",
    "@types/fs-extra": "^11.0.0",
    "@types/js-yaml": "^4.0.0",
    "@types/mime-types": "^2.1.0",
    "@types/recursive-readdir": "^2.2.0",
    "@types/supertest": "^2.0.8",
    "aws-sdk-client-mock": "^4.0.0",
    "supertest": "^7.0.0"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}