@terasky/backstage-plugin-devpod
Version:
Automatically launch Devpod workspaces for your Backstage services
79 lines (78 loc) • 2.13 kB
JSON
{
"name": "@terasky/backstage-plugin-devpod",
"description": "Automatically launch Devpod workspaces for your Backstage services",
"version": "1.1.2",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeraSky-OSS/backstage-plugins.git",
"directory": "plugins/devpod-plugin"
},
"homepage": "https://terasky.com",
"backstage": {
"role": "frontend-plugin",
"pluginId": "devpod",
"pluginPackages": [
"@terasky/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.5",
"@backstage/core-components": "^0.17.4",
"@backstage/core-plugin-api": "^1.10.9",
"@backstage/plugin-catalog-react": "^1.19.1",
"@backstage/theme": "^0.6.7",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.33.1",
"@backstage/core-app-api": "^1.18.0",
"@backstage/dev-utils": "^1.1.12",
"@backstage/test-utils": "^1.7.10",
"@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.8.3"
},
"files": [
"dist",
"config.d.ts"
],
"keywords": [
"backstage",
"devcontainers",
"devpod"
],
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
},
"module": "./dist/index.esm.js"
}