{ "name": "n8n-core", "version": "2.32.0", "description": "Core functionality of n8n", "main": "dist/index", "types": "dist/index.d.ts", "bin": { "n8n-copy-static-files": "./bin/copy-static-files", "n8n-generate-translations": "./bin/generate-translations", "n8n-generate-metadata": "./bin/generate-metadata", "n8n-generate-node-defs": "./bin/generate-node-defs" }, "scripts": { "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "build:unchecked": "tsc -p tsconfig.build.json --noCheck && tsc-alias -p tsconfig.build.json", "dev": "pnpm watch", "format": "biome format --write .", "format:check": "biome ci .", "lint": "eslint . --quiet", "lint:fix": "eslint . --fix", "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\"", "test": "vitest run", "test:unit": "vitest run", "test:changed": "janitor test-scoped", "test:dev": "vitest --silent=false" }, "files": [ "dist", "bin" ], "devDependencies": { "@n8n/playwright-janitor": "workspace:*", "@n8n/typescript-config": "workspace:*", "@n8n/typeorm": "workspace:*", "@types/express": "catalog:", "@types/jsonwebtoken": "catalog:", "@types/lodash": "catalog:", "@types/luxon": "catalog:", "@types/mime-types": "catalog:", "@types/ms": "catalog:", "@types/ssh2": "catalog:", "@types/uuid": "catalog:", "@types/xml2js": "catalog:", "@n8n/vitest-config": "workspace:*", "@vitest/coverage-v8": "catalog:", "axios": "catalog:", "nock": "catalog:", "reflect-metadata": "catalog:", "typescript": "catalog:typescript", "vite": "catalog:", "vitest": "catalog:", "vitest-mock-extended": "catalog:", "zod": "catalog:" }, "peerDependencies": { "zod": "catalog:" }, "dependencies": { "@langchain/core": "catalog:", "@n8n/backend-common": "workspace:*", "@n8n/backend-network": "workspace:*", "@n8n/blob-storage": "workspace:*", "@n8n/client-oauth2": "workspace:*", "@n8n/config": "workspace:*", "@n8n/constants": "workspace:*", "@n8n/decorators": "workspace:*", "@n8n/di": "workspace:*", "@n8n/errors": "workspace:*", "@n8n/utils": "workspace:*", "@sentry/core": "catalog:sentry", "@sentry/node": "catalog:sentry", "@sentry/node-native": "catalog:sentry", "@sentry/profiling-node": "catalog:sentry", "callsites": "catalog:", "chardet": "2.0.0", "cron": "catalog:", "fast-glob": "catalog:", "file-type": "catalog:", "form-data": "catalog:", "htmlparser2": "^10.0.0", "jsonwebtoken": "catalog:", "lodash": "catalog:", "luxon": "catalog:", "mime-types": "catalog:", "ms": "catalog:", "@n8n/workflow-sdk": "workspace:*", "n8n-workflow": "workspace:*", "nanoid": "catalog:", "oauth-1.0a": "2.2.6", "p-cancelable": "2.1.1", "picocolors": "catalog:", "pretty-bytes": "5.6.0", "ssh2": "catalog:", "uuid": "catalog:", "winston": "3.14.2", "xml2js": "catalog:", "qs": "catalog:" }, "license": "LicenseRef-n8n-sustainable-use" }