@fireflyai/backstage-backend-plugin-firefly
Version:
Firefly backend plugin for Backstage
79 lines • 2.09 kB
JSON
{
"name": "@fireflyai/backstage-backend-plugin-firefly",
"description": "Firefly backend plugin for Backstage",
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/gofireflyio/firefly-backstage-plugin.git"
},
"bugs": {
"url": "https://github.com/gofireflyio/firefly-backstage-plugin/issues"
},
"homepage": "https://firefly.ai",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module",
"pluginId": "firefly-backend",
"pluginPackage": "@fireflyai/backstage-backend-plugin-firefly",
"features": {
".": "@backstage/BackendFeature"
}
},
"keywords": [
"firefly",
"backstage",
"iac",
"terraform",
"cloudformation",
"pulumi",
"cloud",
"inventory"
],
"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/backend-defaults": "^0.8.0",
"@backstage/backend-plugin-api": "^1.2.0",
"@backstage/catalog-client": "^1.9.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@backstage/plugin-catalog-node": "^1.16.0",
"axios": "^1.8.4",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.3.0",
"@backstage/cli": "^0.30.0",
"@backstage/plugin-catalog-backend": "^1.32.0",
"@types/express": "^4.17.6",
"@types/supertest": "^2.0.12",
"supertest": "^6.2.4"
},
"files": [
"dist"
],
"typesVersions": {
"*": {
"index": [
"dist/index.d.ts"
]
}
}
}