@secustor/backstage-plugin-renovate-backend
Version:
99 lines • 3.13 kB
JSON
{
"name": "@secustor/backstage-plugin-renovate-backend",
"version": "0.16.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"license": "LGPL-3.0-or-later",
"configSchema": "config.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin",
"pluginId": "renovate",
"pluginPackages": [
"@secustor/backstage-plugin-renovate",
"@secustor/backstage-plugin-renovate-backend",
"@secustor/backstage-plugin-renovate-common",
"@secustor/backstage-plugin-renovate-node"
],
"features": {
".": "@backstage/BackendFeature"
}
},
"repository": {
"type": "git",
"url": "https://github.com/secustor/backstage-plugins.git",
"directory": "plugins/renovate-backend"
},
"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",
"generate": "backstage-repo-tools package schema openapi generate --server --client-package plugins/renovate-client",
"generate-openapi-server": "backstage-repo-tools package schema openapi generate --server",
"generate-openapi-client": "backstage-repo-tools package schema openapi generate --client-package plugins/renovate-client",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"fuzz": "backstage-repo-tools package schema openapi fuzz",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.11.0",
"@backstage/backend-openapi-utils": "^0.5.3",
"@backstage/backend-plugin-api": "^1.3.1",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/catalog-client": "^1.10.0",
"@backstage/catalog-model": "^1.7.4",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@backstage/integration": "^1.17.0",
"@backstage/types": "^1.2.1",
"@secustor/backstage-plugin-renovate-common": "^0.9.2",
"@secustor/backstage-plugin-renovate-node": "^0.5.6",
"@sindresorhus/is": "^4.6.0",
"@types/express": "^4.17.21",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^3.1.0",
"nanoid": "^3.3.7",
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.5.0",
"@backstage/cli": "^0.33.0",
"@backstage/repo-tools": "^0.14.0",
"@backstage/test-utils": "^1.7.8",
"@types/supertest": "^6.0.0",
"jest-mock-extended": "^4.0.0",
"msw": "^2.0.0",
"supertest": "^7.0.0"
},
"files": [
"dist",
"migrations/**/*.{js,d.ts}",
"config.d.ts"
],
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
}
}