UNPKG

@secustor/backstage-plugin-renovate-backend-module-runtime-direct

Version:

The runtime-direct backend module for the renovate plugin.

69 lines 1.9 kB
{ "name": "@secustor/backstage-plugin-renovate-backend-module-runtime-direct", "description": "The runtime-direct backend module for the renovate plugin.", "version": "2.0.0", "engines": { "node": ">=22.13.0" }, "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "LGPL-3.0-or-later", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin-module", "pluginId": "renovate", "pluginPackage": "@secustor/backstage-plugin-renovate-backend", "features": { ".": "@backstage/BackendFeature" } }, "repository": { "type": "git", "url": "https://github.com/secustor/backstage-plugins.git", "directory": "plugins/renovate-backend-module-runtime-direct" }, "bugs": { "url": "https://github.com/secustor/backstage-plugins/issues" }, "homepage": "https://github.com/secustor/backstage-plugins", "keywords": [ "renovate", "backstage" ], "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-plugin-api": "^1.3.1", "@secustor/backstage-plugin-renovate-common": "^0.9.2", "@secustor/backstage-plugin-renovate-node": "^0.5.6", "find-up": "^5.0.0", "renovate": "41.34.1" }, "devDependencies": { "@backstage/backend-test-utils": "^1.5.0", "@backstage/cli": "^0.33.0", "@types/find-up": "^4.0.0", "@types/jest": "^29.5.12" }, "files": [ "dist" ], "typesVersions": { "*": { "package.json": [ "package.json" ] } } }