Update deps and version numbers

This commit is contained in:
Darren Clarke 2025-02-20 10:56:31 +01:00
parent 6e8d3e171e
commit 05a0261355
22 changed files with 1251 additions and 1523 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-frontend", "name": "@link-stack/bridge-frontend",
"version": "2.4.0b1", "version": "3.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@ -17,15 +17,15 @@
"@mui/icons-material": "^6", "@mui/icons-material": "^6",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/material-nextjs": "^6", "@mui/material-nextjs": "^6",
"@mui/x-license": "^7.24.1", "@mui/x-license": "^7.26.0",
"@link-stack/bridge-common": "*", "@link-stack/bridge-common": "*",
"@link-stack/bridge-ui": "*", "@link-stack/bridge-ui": "*",
"next": "15.1.6", "next": "15.1.7",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"tsx": "^4.19.2", "tsx": "^4.19.3",
"@link-stack/ui": "*" "@link-stack/ui": "*"
}, },
"devDependencies": { "devDependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-migrations", "name": "@link-stack/bridge-migrations",
"version": "2.4.0b1", "version": "3.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"migrate:up:all": "tsx migrate.ts up:all", "migrate:up:all": "tsx migrate.ts up:all",
@ -10,9 +10,9 @@
}, },
"dependencies": { "dependencies": {
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"kysely": "0.26.1", "kysely": "0.27.5",
"pg": "^8.13.1", "pg": "^8.13.3",
"tsx": "^4.19.2" "tsx": "^4.19.3"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22", "@types/node": "^22",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-whatsapp", "name": "@link-stack/bridge-whatsapp",
"version": "2.4.0b1", "version": "3.1.0",
"main": "build/main/index.js", "main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>", "author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
@ -9,9 +9,9 @@
"@hapi/hapi": "^21.3.12", "@hapi/hapi": "^21.3.12",
"@hapipal/schmervice": "^3.0.0", "@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0", "@hapipal/toys": "^4.0.0",
"@whiskeysockets/baileys": "^6.7.9", "@whiskeysockets/baileys": "^6.7.13",
"hapi-pino": "^12.1.0", "hapi-pino": "^12.1.0",
"link-preview-js": "^3.0.13" "link-preview-js": "^3.0.14"
}, },
"devDependencies": { "devDependencies": {
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",
@ -19,7 +19,7 @@
"@link-stack/typescript-config": "*", "@link-stack/typescript-config": "*",
"@types/node": "*", "@types/node": "*",
"dotenv-cli": "^8.0.0", "dotenv-cli": "^8.0.0",
"tsx": "^4.19.2", "tsx": "^4.19.3",
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-worker", "name": "@link-stack/bridge-worker",
"version": "2.4.0b1", "version": "3.1.0",
"type": "module", "type": "module",
"main": "build/main/index.js", "main": "build/main/index.js",
"author": "Darren Clarke <darren@redaranj.com>", "author": "Darren Clarke <darren@redaranj.com>",
@ -16,8 +16,8 @@
"@link-stack/signal-api": "*", "@link-stack/signal-api": "*",
"fluent-ffmpeg": "^2.1.3", "fluent-ffmpeg": "^2.1.3",
"graphile-worker": "^0.16.6", "graphile-worker": "^0.16.6",
"remeda": "^2.20.0", "remeda": "^2.20.2",
"twilio": "^5.4.2" "twilio": "^5.4.4"
}, },
"devDependencies": { "devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27", "@types/fluent-ffmpeg": "^2.1.27",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/leafcutter", "name": "@link-stack/leafcutter",
"version": "2.4.0b1", "version": "3.1.0",
"scripts": { "scripts": {
"dev": "next dev -p 3001", "dev": "next dev -p 3001",
"login": "aws sso login --sso-session cdr", "login": "aws sso login --sso-session cdr",
@ -22,12 +22,12 @@
"@mui/icons-material": "^6", "@mui/icons-material": "^6",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/material-nextjs": "^6", "@mui/material-nextjs": "^6",
"@mui/x-date-pickers-pro": "^7.24.1", "@mui/x-date-pickers-pro": "^7.27.0",
"@opensearch-project/opensearch": "^3.2.0", "@opensearch-project/opensearch": "^3.3.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"http-proxy-middleware": "^3.0.3", "http-proxy-middleware": "^3.0.3",
"material-ui-popup-state": "^5.3.3", "material-ui-popup-state": "^5.3.3",
"next": "15.1.6", "next": "15.1.7",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"react": "19.0.0", "react": "19.0.0",
"react-cookie": "^7.2.2", "react-cookie": "^7.2.2",
@ -36,11 +36,11 @@
"react-iframe": "^1.8.5", "react-iframe": "^1.8.5",
"react-polyglot": "^0.7.2", "react-polyglot": "^0.7.2",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"uuid": "^11.0.5" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*", "@link-stack/typescript-config": "*",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/link", "name": "@link-stack/link",
"version": "2.4.0b1", "version": "3.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "next dev -H 0.0.0.0", "dev": "next dev -H 0.0.0.0",
@ -24,15 +24,15 @@
"@mui/icons-material": "^6", "@mui/icons-material": "^6",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/material-nextjs": "^6", "@mui/material-nextjs": "^6",
"@mui/x-data-grid-pro": "^7.24.1", "@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers": "^7.24.1", "@mui/x-date-pickers": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.24.1", "@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-license": "^7.24.1", "@mui/x-license": "^7.26.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"graphql-request": "^7.1.2", "graphql-request": "^7.1.2",
"ioredis": "^5.4.2", "ioredis": "^5.5.0",
"mui-chips-input": "^4.0.1", "mui-chips-input": "^4.0.1",
"next": "15.1.6", "next": "15.1.7",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"react": "19.0.0", "react": "19.0.0",
"react-cookie": "^7.2.2", "react-cookie": "^7.2.2",
@ -43,8 +43,8 @@
}, },
"devDependencies": { "devDependencies": {
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"@types/uuid": "^10.0.0" "@types/uuid": "^10.0.0"
} }
} }

2616
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,16 +1,16 @@
{ {
"name": "@link-stack", "name": "@link-stack",
"version": "2.5.0b1", "version": "3.1.0",
"description": "Link from the Center for Digital Resilience", "description": "Link from the Center for Digital Resilience",
"scripts": { "scripts": {
"dev": "dotenv -- turbo dev", "dev": "dotenv -- turbo dev",
"build": "dotenv -- turbo build", "build": "dotenv -- turbo build",
"migrate": "dotenv -- npm run migrate --workspace=database", "migrate": "dotenv -- npm run migrate --workspace=database",
"lint": "dotenv turbo lint", "lint": "dotenv turbo lint",
"update-version": "find . -name 'package.json' -exec sed -i -E 's/\"version\": \"[^\"]+\"/\"version\": \"2.4.0b1\"/' {} +", "update-version": "find . -name 'package.json' -exec sed -i -E 's/\"version\": \"[^\"]+\"/\"version\": \"3.1.0\"/' {} +",
"upgrade:setup": "npm i -g npm-check-updates", "upgrade:setup": "npm i -g npm-check-updates",
"upgrade:check": "ncu && ncu -ws", "upgrade:check": "ncu && ncu -ws",
"upgrade": "ncu -u -x eslint -x kysely && ncu -ws -u -x eslint -x kysely && npm i", "upgrade": "ncu -u && ncu -ws -u && npm i",
"clean": "rm -f package-lock.json && rm -rf node_modules && rm -rf .turbo && rm -rf apps/*/node_modules && rm -rf apps/*/package-lock.json && rm -rf apps/*/.next && rm -rf packages/*/node_modules && rm -rf apps/*/.next && rm -rf packages/*/.turbo && rm -rf packages/*/build && rm -rf docker/zammad/addons/*", "clean": "rm -f package-lock.json && rm -rf node_modules && rm -rf .turbo && rm -rf apps/*/node_modules && rm -rf apps/*/package-lock.json && rm -rf apps/*/.next && rm -rf packages/*/node_modules && rm -rf apps/*/.next && rm -rf packages/*/.turbo && rm -rf packages/*/build && rm -rf docker/zammad/addons/*",
"docker:all:up": "node docker/scripts/docker.js all up", "docker:all:up": "node docker/scripts/docker.js all up",
"docker:all:down": "node docker/scripts/docker.js all down", "docker:all:down": "node docker/scripts/docker.js all down",
@ -47,17 +47,17 @@
"type": "git", "type": "git",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git" "url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
}, },
"packageManager": "npm@11.0.0", "packageManager": "npm@11.1.0",
"author": "Darren Clarke", "author": "Darren Clarke",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"dotenv-cli": "latest", "dotenv-cli": "latest",
"eslint": "^9", "eslint": "^9",
"turbo": "^2.3.4", "turbo": "^2.4.2",
"typescript": "latest", "typescript": "latest",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"@types/react": "^19.0.8" "@types/react": "^19.0.10"
}, },
"overrides": { "overrides": {
"material-ui-popup-state": { "material-ui-popup-state": {

View file

@ -148,5 +148,5 @@ export const db = new KyselyAuth<Database>({
password: process.env.DATABASE_PASSWORD, password: process.env.DATABASE_PASSWORD,
}), }),
}) as any, }) as any,
plugins: [new CamelCasePlugin()], plugins: [new CamelCasePlugin() as any],
}); });

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-common", "name": "@link-stack/bridge-common",
"version": "2.4.0b1", "version": "3.1.0",
"main": "build/main/index.js", "main": "build/main/index.js",
"type": "module", "type": "module",
"author": "Darren Clarke <darren@redaranj.com>", "author": "Darren Clarke <darren@redaranj.com>",
@ -11,8 +11,8 @@
"dependencies": { "dependencies": {
"@auth/kysely-adapter": "^1.7.4", "@auth/kysely-adapter": "^1.7.4",
"graphile-worker": "^0.16.6", "graphile-worker": "^0.16.6",
"kysely": "0.26.1", "kysely": "0.27.5",
"pg": "^8.13.1" "pg": "^8.13.3"
}, },
"devDependencies": { "devDependencies": {
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/bridge-ui", "name": "@link-stack/bridge-ui",
"version": "2.4.0b1", "version": "3.1.0",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"
}, },
@ -9,17 +9,17 @@
"@link-stack/signal-api": "*", "@link-stack/signal-api": "*",
"@link-stack/ui": "*", "@link-stack/ui": "*",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1", "@mui/x-data-grid-pro": "^7.27.0",
"kysely": "0.26.1", "kysely": "0.27.5",
"next": "15.1.6", "next": "15.1.7",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-qr-code": "^2.0.15" "react-qr-code": "^2.0.15"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^19.0.4",
"typescript": "5.7.3" "typescript": "5.7.3"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/eslint-config", "name": "@link-stack/eslint-config",
"version": "2.4.0b1", "version": "3.1.0",
"description": "amigo's eslint config", "description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
@ -10,22 +10,22 @@
}, },
"dependencies": { "dependencies": {
"@rushstack/eslint-patch": "^1.10.5", "@rushstack/eslint-patch": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.21.0", "@typescript-eslint/parser": "^8.24.1",
"eslint-config-prettier": "^10.0.1", "eslint-config-prettier": "^10.0.1",
"eslint-config-xo-space": "^0.35.0", "eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0", "eslint-plugin-jest": "^28.11.0",
"eslint-plugin-promise": "^7.2.1", "eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "56.0.1", "eslint-plugin-unicorn": "57.0.0",
"@babel/eslint-parser": "7.26.5" "@babel/eslint-parser": "7.26.8"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8", "eslint": "^9",
"jest": "^29.7.0", "jest": "^29.7.0",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/jest-config", "name": "@link-stack/jest-config",
"version": "2.4.0b1", "version": "3.1.0",
"description": "", "description": "",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/leafcutter-ui", "name": "@link-stack/leafcutter-ui",
"version": "2.4.0b1", "version": "3.1.0",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"
}, },
@ -10,10 +10,10 @@
"@link-stack/opensearch-common": "*", "@link-stack/opensearch-common": "*",
"@mui/icons-material": "^6", "@mui/icons-material": "^6",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1", "@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.24.1", "@mui/x-date-pickers-pro": "^7.27.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.1.6", "next": "15.1.7",
"next-auth": "^4.24.11", "next-auth": "^4.24.11",
"react": "19.0.0", "react": "19.0.0",
"react-cookie": "^7.2.2", "react-cookie": "^7.2.2",
@ -25,8 +25,8 @@
"devDependencies": { "devDependencies": {
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*", "@link-stack/typescript-config": "*",
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"typescript": "5.7.3" "typescript": "5.7.3"
} }
} }

View file

@ -1,15 +1,15 @@
{ {
"name": "@link-stack/opensearch-common", "name": "@link-stack/opensearch-common",
"version": "2.4.0b1", "version": "3.1.0",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"
}, },
"dependencies": { "dependencies": {
"@opensearch-project/opensearch": "^3.2.0", "@opensearch-project/opensearch": "^3.3.0",
"uuid": "^11.0.5" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@link-stack/typescript-config": "*", "@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/signal-api", "name": "@link-stack/signal-api",
"version": "2.4.0b1", "version": "3.1.0",
"type": "module", "type": "module",
"main": "build/index.js", "main": "build/index.js",
"exports": { "exports": {
@ -12,7 +12,7 @@
"update-api": "openapi-generator-cli generate -i 'https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json' -g typescript-fetch -o . --skip-validate-spec" "update-api": "openapi-generator-cli generate -i 'https://bbernhard.github.io/signal-cli-rest-api/src/docs/swagger.json' -g typescript-fetch -o . --skip-validate-spec"
}, },
"devDependencies": { "devDependencies": {
"@openapitools/openapi-generator-cli": "^2.16.2", "@openapitools/openapi-generator-cli": "^2.16.3",
"@link-stack/typescript-config": "*", "@link-stack/typescript-config": "*",
"@link-stack/eslint-config": "*", "@link-stack/eslint-config": "*",
"@types/node": "^22", "@types/node": "^22",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/typescript-config", "name": "@link-stack/typescript-config",
"version": "2.4.0b1", "version": "3.1.0",
"description": "Shared TypeScript config", "description": "Shared TypeScript config",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/ui", "name": "@link-stack/ui",
"version": "2.4.0b1", "version": "3.1.0",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json" "build": "tsc -p tsconfig.json"
@ -9,15 +9,15 @@
"dependencies": { "dependencies": {
"@mui/icons-material": "^6", "@mui/icons-material": "^6",
"@mui/material": "^6", "@mui/material": "^6",
"@mui/x-data-grid-pro": "^7.24.1", "@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-license": "^7.24.1", "@mui/x-license": "^7.26.0",
"next": "15.1.6", "next": "15.1.7",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0" "react-dom": "19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"@types/react": "19.0.8", "@types/react": "19.0.10",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"name": "@link-stack/zammad-addon-bridge", "name": "@link-stack/zammad-addon-bridge",
"displayName": "Bridge", "displayName": "Bridge",
"version": "2.4.0b1", "version": "3.1.0",
"description": "An addon that adds CDR Bridge channels to Zammad.", "description": "An addon that adds CDR Bridge channels to Zammad.",
"scripts": { "scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'", "build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,6 +1,6 @@
{ {
"name": "@link-stack/zammad-addon-common", "name": "@link-stack/zammad-addon-common",
"version": "2.4.0b1", "version": "3.1.0",
"description": "", "description": "",
"bin": { "bin": {
"zpm-build": "./dist/build.js", "zpm-build": "./dist/build.js",
@ -10,7 +10,7 @@
"build": "tsc" "build": "tsc"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.10.10", "@types/node": "^22.13.4",
"typescript": "^5" "typescript": "^5"
}, },
"author": "", "author": "",

View file

@ -1,7 +1,7 @@
{ {
"name": "@link-stack/zammad-addon-hardening", "name": "@link-stack/zammad-addon-hardening",
"displayName": "Hardening", "displayName": "Hardening",
"version": "2.4.0b1", "version": "3.1.0",
"description": "A Zammad addon that hardens a Zammad instance according to CDR's needs.", "description": "A Zammad addon that hardens a Zammad instance according to CDR's needs.",
"scripts": { "scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'", "build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",

View file

@ -1,7 +1,7 @@
{ {
"name": "@link-stack/zammad-addon-leafcutter", "name": "@link-stack/zammad-addon-leafcutter",
"displayName": "Leafcutter", "displayName": "Leafcutter",
"version": "2.4.0b1", "version": "3.1.0",
"description": "Adds a common set of tags for Leafcutter uses.", "description": "Adds a common set of tags for Leafcutter uses.",
"scripts": { "scripts": {
"build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'", "build": "node '../../node_modules/@link-stack/zammad-addon-common/dist/build.js'",