{ "name": "@backstage/plugin-vault-backend", "description": "A Backstage backend plugin that integrates towards Vault", "version": "0.3.8", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/vault" }, "keywords": [ "backstage", "vault" ], "scripts": { "start": "backstage-cli package start", "build": "backstage-cli package build", "lint": "backstage-cli package lint", "test": "backstage-cli package test", "clean": "backstage-cli package clean", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack" }, "dependencies": { "@backstage/backend-common": "workspace:^", "@backstage/backend-tasks": "workspace:^", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@types/express": "*", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.17.1", "express-promise-router": "^4.1.0", "helmet": "^6.0.0", "node-fetch": "^2.6.7", "p-limit": "^3.1.0", "winston": "^3.2.1", "yn": "^5.0.0" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@types/compression": "^1.7.2", "@types/supertest": "^2.0.8", "msw": "^1.0.0", "supertest": "^6.1.6" }, "files": [ "dist", "config.d.ts" ], "configSchema": "config.d.ts" }