{
  "name": "n8n-nodes-lattice",
  "version": "1.0.0",
  "description": "A comprehensive n8n community node for Lattice providing 10 resources and 50+ operations for performance management, goal tracking, 1:1 meetings, feedback, and HR analytics.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": {
    "name": "Velocity BPA",
    "email": "licensing@velobpa.com",
    "url": "https://velobpa.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Velocity-BPA/n8n-nodes-lattice.git"
  },
  "homepage": "https://github.com/Velocity-BPA/n8n-nodes-lattice#readme",
  "bugs": {
    "url": "https://github.com/Velocity-BPA/n8n-nodes-lattice/issues"
  },
  "keywords": [
    "n8n",
    "n8n-community-node-package",
    "lattice",
    "performance-management",
    "hr",
    "human-resources",
    "okr",
    "goals",
    "performance-reviews",
    "feedback",
    "1:1",
    "one-on-one",
    "employee-engagement"
  ],
  "main": "dist/nodes/Lattice/Lattice.node.js",
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/LatticeApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Lattice/Lattice.node.js"
    ]
  },
  "scripts": {
    "build": "tsc && npm run copy:icons",
    "copy:icons": "copyfiles -u 1 \"nodes/**/*.svg\" dist/",
    "dev": "tsc --watch",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "format": "prettier --write \"**/*.ts\"",
    "format:check": "prettier --check \"**/*.ts\"",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build",
    "clean": "rimraf dist"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "jest": "^29.7.0",
    "n8n-workflow": "1.57.0",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "n8n-workflow": "^1.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/**/*"
  ]
}