Files
backstage/plugins/cicd-statistics-module-gitlab/package.json
T
blam 62018b1a5d Deprecate packages
Signed-off-by: blam <ben@blam.sh>
2024-04-18 20:45:17 +02:00

60 lines
1.8 KiB
JSON

{
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
"version": "0.1.30",
"description": "CI/CD Statistics plugin module; Gitlab CICD",
"backstage": {
"role": "frontend-plugin-module",
"moved": "@backstage-community/plugin-cicd-statistics-module-gitlab"
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"keywords": [
"backstage",
"cicd statistics",
"gitlab"
],
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/cicd-statistics-module-gitlab"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "src/index.ts",
"types": "src/index.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",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/catalog-model": "workspace:^",
"@backstage/core-plugin-api": "workspace:^",
"@backstage/plugin-cicd-statistics": "workspace:^",
"@gitbeaker/browser": "^35.6.0",
"@gitbeaker/core": "^35.6.0",
"luxon": "^3.0.0",
"p-limit": "^3.1.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/react": "^16.13.1 || ^17.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-cicd-statistics-module-gitlab instead."
}