{ "name": "example-backend-next", "version": "0.0.6-next.3", "main": "dist/index.cjs.js", "types": "src/index.ts", "license": "Apache-2.0", "private": true, "backstage": { "role": "backend" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/backend-next" }, "keywords": [ "backstage" ], "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" }, "dependencies": { "@backstage/backend-defaults": "workspace:^", "@backstage/plugin-app-backend": "workspace:^", "@backstage/plugin-catalog-backend": "workspace:^", "@backstage/plugin-scaffolder-backend": "workspace:^" }, "devDependencies": { "@backstage/cli": "workspace:^" }, "files": [ "dist" ] }