sort package.json files that have no PRs active toward them

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-02-23 12:32:02 +01:00
parent 04ad90e9df
commit c66a99c272
176 changed files with 3443 additions and 3403 deletions
+22 -22
View File
@@ -1,10 +1,10 @@
{
"name": "@backstage/plugin-kubernetes-node",
"description": "Node.js library for the kubernetes plugin",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"description": "Node.js library for the kubernetes plugin",
"backstage": {
"role": "node-library"
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
@@ -15,16 +15,28 @@
"url": "https://github.com/backstage/backstage",
"directory": "plugins/kubernetes-node"
},
"backstage": {
"role": "node-library"
},
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
"postpack": "backstage-cli package postpack",
"test": "backstage-cli package test"
},
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-kubernetes-common": "workspace:^",
"@backstage/types": "workspace:^",
"@kubernetes/client-node": "^0.20.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-app-api": "workspace:^",
@@ -34,17 +46,5 @@
"@backstage/plugin-kubernetes-backend": "workspace:^",
"msw": "^1.3.1",
"supertest": "^6.1.3"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/catalog-model": "workspace:^",
"@backstage/plugin-kubernetes-common": "workspace:^",
"@backstage/types": "workspace:^",
"@kubernetes/client-node": "^0.20.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"
}
}