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
+20 -20
View File
@@ -1,17 +1,25 @@
{
"name": "@backstage/e2e-test-utils",
"description": "Shared end-to-end test utilities Backstage",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"description": "Shared end-to-end test utilities Backstage",
"backstage": {
"role": "node-library"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/e2e-test-utils"
},
"license": "Apache-2.0",
"exports": {
"./playwright": "./src/playwright/index.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"playwright": [
@@ -22,22 +30,17 @@
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/e2e-test-utils"
},
"backstage": {
"role": "node-library"
},
"files": [
"dist"
],
"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",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
"postpack": "backstage-cli package postpack",
"start": "backstage-cli package start",
"test": "backstage-cli package test"
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
@@ -55,8 +58,5 @@
"@playwright/test": {
"optional": true
}
},
"files": [
"dist"
]
}
}