{ "name": "@backstage/plugin-backstage-plugin-scaffolder-read-file-backend-backend-module-read-file-backend", "description": "The read-file-backend backend module for the backstage-plugin-scaffolder-read-file-backend plugin.", "version": "0.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin-module" }, "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-common": "^0.13.5", "@backstage/backend-plugin-api": "workspace:^", "@backstage/plugin-scaffolder-backend": "^1.20.0" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^" }, "files": [ "dist" ] }