{
  "name": "@n8n/backend-test-utils",
  "version": "0.10.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",
    "jest-mock-extended": "^3.0.4",
    "reflect-metadata": "0.2.2",
    "uuid": "10.0.0",
    "@n8n/config": "^1.50.0",
    "@n8n/constants": "^0.11.0",
    "@n8n/backend-common": "^0.17.1",
    "@n8n/di": "^0.9.0",
    "@n8n/permissions": "^0.31.0",
    "n8n-workflow": "^1.104.1",
    "@n8n/db": "^0.18.1"
  },
  "devDependencies": {
    "@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": "echo \"WARNING: no test specified\" && exit 0",
    "test:dev": "echo \"WARNING: no test specified\" && exit 0"
  }
}