74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "@backstage/plugin-devtools-backend",
|
|
"version": "0.5.10-next.0",
|
|
"backstage": {
|
|
"role": "backend-plugin",
|
|
"pluginId": "devtools",
|
|
"pluginPackages": [
|
|
"@backstage/plugin-devtools",
|
|
"@backstage/plugin-devtools-backend",
|
|
"@backstage/plugin-devtools-common"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/devtools-backend"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"start": "backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-defaults": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/cli-common": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/config-loader": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-devtools-common": "workspace:^",
|
|
"@backstage/plugin-permission-common": "workspace:^",
|
|
"@backstage/plugin-permission-node": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@manypkg/get-packages": "^1.1.3",
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"@yarnpkg/parsers": "^3.0.0",
|
|
"express": "^4.18.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash": "^4.17.21",
|
|
"ping": "^0.4.1",
|
|
"semver": "^7.5.3",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-defaults": "workspace:^",
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/express": "^4.17.6",
|
|
"@types/ping": "^0.4.1",
|
|
"@types/supertest": "^2.0.8",
|
|
"@types/yarnpkg__lockfile": "^1.1.4",
|
|
"supertest": "^7.0.0"
|
|
},
|
|
"configSchema": "config.d.ts"
|
|
}
|