{
  "name": "@n8n/typescript-config",
  "version": "1.3.0",
  "type": "module",
  "files": [
    "tsconfig.backend.json",
    "tsconfig.build.json",
    "tsconfig.common.json",
    "tsconfig.frontend.json",
    "LICENSE.md",
    "LICENSE_EE.md"
  ],
  "exports": {
    "./tsconfig.backend.json": "./tsconfig.backend.json",
    "./tsconfig.build.json": "./tsconfig.build.json",
    "./tsconfig.common.json": "./tsconfig.common.json",
    "./tsconfig.frontend.json": "./tsconfig.frontend.json",
    "./*": "./*"
  },
  "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"
  }
}