{
  "name": "n8n-core",
  "version": "2.13.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"
  },
  "files": [
    "dist",
    "bin",
    "LICENSE_EE.md",
    "LICENSE.md"
  ],
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/jsonwebtoken": "9.0.10",
    "@types/lodash": "4.17.17",
    "@types/mime-types": "3.0.1",
    "@types/proxy-from-env": "^1.0.4",
    "@types/uuid": "^10.0.0",
    "@types/xml2js": "^0.4.14",
    "@n8n/errors": "0.6.0",
    "@n8n/typescript-config": "1.3.0"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.808.0",
    "@langchain/core": "1.1.31",
    "@sentry/node": "^10.36.0",
    "@sentry/node-native": "^10.36.0",
    "@sentry/profiling-node": "^10.36.0",
    "axios": "1.13.5",
    "callsites": "3.1.0",
    "chardet": "2.0.0",
    "cron": "4.4.0",
    "fast-glob": "3.2.12",
    "file-type": "16.5.4",
    "form-data": "4.0.4",
    "htmlparser2": "^10.0.0",
    "http-proxy-agent": "7.0.2",
    "https-proxy-agent": "7.0.6",
    "iconv-lite": "0.6.3",
    "jsonwebtoken": "9.0.3",
    "lodash": "4.17.23",
    "luxon": "3.7.2",
    "mime-types": "3.0.2",
    "nanoid": "3.3.8",
    "oauth-1.0a": "2.2.6",
    "p-cancelable": "2.1.1",
    "picocolors": "1.0.1",
    "pretty-bytes": "5.6.0",
    "proxy-from-env": "^1.1.0",
    "qs": "6.14.2",
    "ssh2": "1.15.0",
    "uuid": "10.0.0",
    "winston": "3.14.2",
    "xml2js": "0.6.2",
    "zod": "3.25.67",
    "@n8n/client-oauth2": "1.0.0",
    "@n8n/config": "2.12.0",
    "@n8n/backend-common": "1.13.0",
    "@n8n/constants": "0.19.0",
    "@n8n/decorators": "1.13.0",
    "@n8n/di": "0.10.0",
    "@n8n/workflow-sdk": "0.6.0",
    "n8n-workflow": "2.13.0"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://n8n.io",
  "author": {
    "name": "Jan Oberhauser",
    "email": "jan@n8n.io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n8n-io/n8n.git"
  },
  "scripts": {
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json && 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": "jest",
    "test:unit": "jest",
    "test:dev": "jest --watch"
  }
}