|
| 1 | +{ |
| 2 | + "name": "red-hat-developer-hub-backstage-plugin-dynamic-home-page", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "src/index.ts", |
| 5 | + "types": "src/index.ts", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "publishConfig": { |
| 8 | + "access": "public", |
| 9 | + "main": "dist/index.cjs.js", |
| 10 | + "types": "dist/index.d.ts" |
| 11 | + }, |
| 12 | + "backstage": { |
| 13 | + "role": "frontend-plugin", |
| 14 | + "supported-versions": "1.32.5", |
| 15 | + "pluginId": "red-hat-developer-hub-backstage-plugin-dynamic-home-page", |
| 16 | + "pluginPackages": [ |
| 17 | + "red-hat-developer-hub-backstage-plugin-dynamic-home-page" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "sideEffects": false, |
| 21 | + "scripts": { |
| 22 | + "tsc": "tsc", |
| 23 | + "build": "backstage-cli package build", |
| 24 | + "lint": "backstage-cli package lint", |
| 25 | + "test": "backstage-cli package test --passWithNoTests --coverage", |
| 26 | + "clean": "backstage-cli package clean", |
| 27 | + "export-dynamic": "janus-cli package export-dynamic-plugin --in-place", |
| 28 | + "export-dynamic:clean": "janus-cli package export-dynamic-plugin --in-place --clean" |
| 29 | + }, |
| 30 | + "dependencies": { |
| 31 | + "@red-hat-developer-hub/backstage-plugin-dynamic-home-page": "^1.0.0" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@backstage/cli": "0.28.2", |
| 35 | + "@janus-idp/cli": "1.17.0", |
| 36 | + "typescript": "^5.6.3" |
| 37 | + }, |
| 38 | + "files": [ |
| 39 | + "dist", |
| 40 | + "dist-scalprum" |
| 41 | + ], |
| 42 | + "scalprum": { |
| 43 | + "name": "red-hat-developer-hub.backstage-plugin-dynamic-home-page", |
| 44 | + "exposedModules": { |
| 45 | + "PluginRoot": "./src/index.ts" |
| 46 | + } |
| 47 | + }, |
| 48 | + "repository": { |
| 49 | + "type": "git", |
| 50 | + "url": "https://github.com/janus-idp/backstage-showcase", |
| 51 | + "directory": "dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-dynamic-home-page" |
| 52 | + }, |
| 53 | + "maintainers": [ |
| 54 | + "@janus-idp/maintainers-showcase" |
| 55 | + ], |
| 56 | + "author": "Red Hat", |
| 57 | + "homepage": "https://red.ht/rhdh", |
| 58 | + "bugs": "https://issues.redhat.com/browse/RHIDP", |
| 59 | + "keywords": [ |
| 60 | + "support:production", |
| 61 | + "lifecycle:active" |
| 62 | + ] |
| 63 | +} |
0 commit comments