UNPKG

@rm3l/plugin-scaffolder-odo-actions

Version:

odo custom actions for Backstage (Backend Plugin)

79 lines (78 loc) 2.02 kB
{ "name": "@rm3l/plugin-scaffolder-odo-actions", "version": "0.16.7", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0", "private": false, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin" }, "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", "postinstall": "node scripts/post-install.js" }, "dependencies": { "@backstage/backend-common": "^0.19.5", "@backstage/config": "^1.1.0", "@backstage/plugin-scaffolder-node": "^0.2.5", "@types/express": "*", "@types/fs-extra": "^11.0.3", "axios": "^1.6.0", "cachedir": "^2.4.0", "express": "^4.17.1", "express-promise-router": "^4.1.0", "got": "^11.7.0", "gunzip-maybe": "^1.4.2", "hasha": "^5.2.2", "node-fetch": "^2.6.7", "pkg-conf": "^3.1.0", "rimraf": "^5.0.5", "tar": "^6.2.0", "tar-fs": "^2.1.0", "unzip-stream": "^0.3.1", "winston": "^3.2.1", "yn": "^4.0.0" }, "devDependencies": { "@backstage/cli": "^0.22.13", "@types/supertest": "^2.0.12", "msw": "^1.0.0", "supertest": "^6.2.4" }, "files": [ "scripts", "dist", "package.json", "README.md", "config.d.ts" ], "configSchema": "config.d.ts", "description": "odo custom actions for Backstage (Backend Plugin)", "keywords": [ "backstage", "plugin", "devfile", "odo" ], "author": "rm3l", "homepage": "https://odo.dev", "bugs": { "url": "https://github.com/rm3l/backstage-odo-devfile-plugin/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rm3l/backstage-odo-devfile-plugin.git" } }