Files
n8n-enterprise-unlocked/packages/@n8n/backend-common/package.json
github-actions[bot] e13db81aa3 🚀 Release 1.108.0 (#18499)
Co-authored-by: burivuhster <3273843+burivuhster@users.noreply.github.com>
2025-08-18 18:37:44 +02:00

41 lines
1.0 KiB
JSON

{
"name": "@n8n/backend-common",
"version": "0.18.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
"typecheck": "tsc --noEmit",
"build": "tsc -p tsconfig.build.json",
"format": "biome format --write .",
"format:check": "biome ci .",
"lint": "eslint . --quiet",
"lint:fix": "eslint . --fix",
"watch": "tsc -p tsconfig.build.json --watch",
"test": "jest",
"test:dev": "jest --watch"
},
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"dependencies": {
"@n8n/config": "workspace:^",
"@n8n/constants": "workspace:^",
"@n8n/decorators": "workspace:^",
"@n8n/di": "workspace:^",
"callsites": "catalog:",
"n8n-workflow": "workspace:^",
"picocolors": "catalog:",
"reflect-metadata": "catalog:",
"winston": "3.14.2",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@n8n/typescript-config": "workspace:*",
"@types/yargs-parser": "21.0.0",
"zod": "catalog:"
}
}