{
  "name": "@adamlonsdale/backstage-plugin-armorcode-backend",
  "version": "0.0.4",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "homepage": "https://github.com/adamlonsdale/backstage-plugin-armorcode-backend",
  "bugs": {
    "url": "https://github.com/adamlonsdale/backstage-plugin-armorcode-backend/issues"
  },
  "keywords": [
    "Armorcode",
    "Vulnerability",
    "Backstage"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/adamlonsdale/backstage-plugin-armorcode-backend.git"
  },
  "publishConfig": {
    "access": "public",
    "main": "dist/index.cjs.js",
    "types": "dist/index.d.ts"
  },
  "backstage": {
    "role": "backend-plugin"
  },
  "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": "^0.16.0",
    "@backstage/config": "^1.0.4",
    "@types/express": "^4.17.13",
    "express": "^4.18.1",
    "express-promise-router": "^4.1.0",
    "node-fetch": "^2.6.7",
    "winston": "^3.2.1",
    "yn": "^4.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.21.1",
    "@types/node-fetch": "^2.6.2",
    "@types/supertest": "^2.0.12",
    "msw": "^0.47.0",
    "openapi-typescript-codegen": "^0.23.0",
    "supertest": "^6.2.4"
  },
  "files": [
    "dist"
  ]
}
