|
| 1 | +{ |
| 2 | + "name": "backstage-plugin-notifications-backend-dynamic", |
| 3 | + "version": "0.4.1", |
| 4 | + "main": "dist/index.cjs.js", |
| 5 | + "types": "dist/index.d.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": "backend-plugin", |
| 14 | + "supported-versions": "1.27.7", |
| 15 | + "pluginId": "notifications", |
| 16 | + "pluginPackages": [ |
| 17 | + "backstage-plugin-notifications", |
| 18 | + "backstage-plugin-notifications-backend" |
| 19 | + ] |
| 20 | + }, |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "require": "./dist/index.cjs.js", |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "default": "./dist/index.cjs.js" |
| 26 | + }, |
| 27 | + "./package.json": "./package.json" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@backstage/plugin-notifications-backend": "0.4.1" |
| 31 | + }, |
| 32 | + "files": [ |
| 33 | + "dist", |
| 34 | + "migrations/**/*.{js,d.ts}" |
| 35 | + ], |
| 36 | + "repository": { |
| 37 | + "type": "git", |
| 38 | + "url": "https://github.com/janus-idp/backstage-showcase", |
| 39 | + "directory": "dynamic-plugins/wrappers/backstage-plugin-notifications-backend-dynamic" |
| 40 | + }, |
| 41 | + "maintainers": [ |
| 42 | + "@janus-idp/maintainers-showcase" |
| 43 | + ], |
| 44 | + "author": "Red Hat", |
| 45 | + "homepage": "https://red.ht/rhdh", |
| 46 | + "bugs": "https://issues.redhat.com/browse/RHIDP", |
| 47 | + "keywords": [ |
| 48 | + "support:tech-preview", |
| 49 | + "lifecycle:active" |
| 50 | + ], |
| 51 | + "bundleDependencies": true, |
| 52 | + "overrides": { |
| 53 | + "@aws-sdk/util-utf8-browser": { |
| 54 | + "@smithy/util-utf8": "^2.0.0" |
| 55 | + } |
| 56 | + }, |
| 57 | + "resolutions": { |
| 58 | + "@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2", |
| 59 | + "@backstage/plugin-notifications-backend": "file:./embedded/backstage-plugin-notifications-backend", |
| 60 | + "@backstage/plugin-notifications-common": "file:./embedded/backstage-plugin-notifications-common", |
| 61 | + "@backstage/plugin-notifications-node": "file:./embedded/backstage-plugin-notifications-node", |
| 62 | + "@backstage/plugin-signals-node": "file:./embedded/backstage-plugin-signals-node" |
| 63 | + }, |
| 64 | + "peerDependencies": { |
| 65 | + "@backstage/backend-common": "^0.25.0", |
| 66 | + "@backstage/backend-plugin-api": "^1.0.1", |
| 67 | + "@backstage/catalog-client": "^1.7.1", |
| 68 | + "@backstage/catalog-model": "^1.7.0", |
| 69 | + "@backstage/config": "^1.2.0", |
| 70 | + "@backstage/errors": "^1.2.4", |
| 71 | + "@backstage/plugin-auth-node": "^0.5.3", |
| 72 | + "@backstage/plugin-catalog-node": "^1.13.1", |
| 73 | + "@backstage/plugin-events-node": "^0.4.2", |
| 74 | + "@backstage/types": "^1.1.1" |
| 75 | + } |
| 76 | +} |
0 commit comments