Files
backstage/plugins/stack-overflow-backend/package.json
T
blam 441e20753d Deprecate packages
Signed-off-by: blam <ben@blam.sh>
2024-04-18 20:50:29 +02:00

53 lines
1.6 KiB
JSON

{
"name": "@backstage/plugin-stack-overflow-backend",
"version": "0.2.21",
"description": "Deprecated, consider using @backstage/plugin-search-backend-module-stack-overflow-collator instead",
"backstage": {
"role": "backend-plugin",
"moved": "@backstage-community/plugin-stack-overflow-backend"
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"keywords": [
"backstage",
"stack-overflow"
],
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/stack-overflow-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/plugin-search-backend-module-stack-overflow-collator": "workspace:^",
"node-fetch": "^2.6.7",
"qs": "^6.9.4",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
"@backstage/cli": "workspace:^"
},
"configSchema": "config.d.ts",
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-stack-overflow-backend instead."
}