From 1368c25824f3a0ef43457a5473085184a52f1523 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 23 Mar 2023 04:37:32 +0100 Subject: ci: Auto generate plugin json --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 763189e..c6975a4 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "scripts": { "build": "node scripts/build/build.mjs", "buildWeb": "node --require=./scripts/suppressExperimentalWarnings.js scripts/build/buildWeb.mjs", + "generatePluginJson": "tsx scripts/generatePluginList.ts", "inject": "node scripts/runInstaller.mjs", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "lint-styles": "stylelint \"src/**/*.css\"", @@ -59,6 +60,7 @@ "standalone-electron-types": "^1.0.0", "stylelint": "^14.16.1", "stylelint-config-standard": "^29.0.0", + "tsx": "^3.12.6", "type-fest": "^3.5.3", "typescript": "^4.9.4" }, -- cgit