64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "@backstage/backend-plugin-manager",
|
|
"description": "Backstage plugin management backend",
|
|
"version": "0.0.5-next.2",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "node-library"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"clean": "backstage-cli package clean",
|
|
"start": "backstage-cli package start"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/backend-tasks": "workspace:^",
|
|
"@backstage/cli-common": "workspace:^",
|
|
"@backstage/cli-node": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-catalog-backend": "workspace:^",
|
|
"@backstage/plugin-events-backend": "workspace:^",
|
|
"@backstage/plugin-events-node": "workspace:^",
|
|
"@backstage/plugin-permission-common": "workspace:^",
|
|
"@backstage/plugin-permission-node": "workspace:^",
|
|
"@backstage/plugin-scaffolder-node": "workspace:^",
|
|
"@backstage/plugin-search-backend-node": "workspace:^",
|
|
"@backstage/plugin-search-common": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@types/express": "^4.17.6",
|
|
"chokidar": "^3.5.3",
|
|
"express": "^4.17.1",
|
|
"lodash": "^4.17.21",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-app-api": "workspace:^",
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/config-loader": "workspace:^",
|
|
"wait-for-expect": "^3.0.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|