52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
|
|
"description": "CI/CD Statistics plugin module; Gitlab CICD",
|
|
"version": "0.1.13-next.2",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "frontend-plugin-module"
|
|
},
|
|
"keywords": [
|
|
"backstage",
|
|
"cicd statistics",
|
|
"gitlab"
|
|
],
|
|
"scripts": {
|
|
"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/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": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.13.1 || ^17.0.0",
|
|
"react-dom": "^16.13.1 || ^17.0.0",
|
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|