@vrabbi/backstage-plugin-devpod
Version:
Automatically launch Devpod workspaces for your Backstage services
72 lines • 1.93 kB
JSON
{
"name": "@vrabbi/backstage-plugin-devpod",
"description": "Automatically launch Devpod workspaces for your Backstage services",
"version": "1.0.1",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"configSchema": "config.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "frontend-plugin",
"pluginId": "devpod",
"pluginPackages": [
"@vrabbi/backstage-plugin-devpod"
]
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
"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": "^1.7.2",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/theme": "^0.6.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/test-utils": "^1.7.3",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"msw": "^1.0.0",
"typescript": "^5.7.2"
},
"files": [
"dist",
"config.d.ts"
],
"keywords": [
"backstage",
"devcontainers",
"devpod"
],
"typesVersions": {
"*": {
"index": [
"dist/index.d.ts"
]
}
},
"module": "./dist/index.esm.js"
}