{
  "name": "@n8n/db",
  "version": "0.18.1",
  "main": "dist/index.js",
  "module": "src/index.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "LICENSE.md",
    "LICENSE_EE.md"
  ],
  "dependencies": {
    "@n8n/typeorm": "0.3.20-12",
    "class-validator": "0.14.0",
    "flatted": "3.2.7",
    "lodash": "4.17.21",
    "nanoid": "3.3.8",
    "p-lazy": "3.1.0",
    "reflect-metadata": "0.2.2",
    "uuid": "10.0.0",
    "xss": "1.0.15",
    "@n8n/api-types": "^0.41.1",
    "@n8n/backend-common": "^0.17.1",
    "@n8n/config": "^1.50.0",
    "@n8n/constants": "^0.11.0",
    "@n8n/decorators": "^0.17.1",
    "n8n-core": "^1.106.1",
    "@n8n/di": "^0.9.0",
    "@n8n/permissions": "^0.31.0",
    "n8n-workflow": "^1.104.1"
  },
  "devDependencies": {
    "@types/lodash": "4.17.17",
    "express": "5.1.0",
    "@n8n/typescript-config": "1.3.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",
    "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"
  }
}