{
  "name": "@jacobwoodward/n8n-nodes-smartsuite",
  "version": "0.12.9",
  "description": "n8n community node for SmartSuite - Interact with SmartSuite's API to manage records, search data, and perform operations on your SmartSuite solutions",
  "keywords": [
    "n8n-community-node-package",
    "n8n-node-smartsuite",
    "smartsuite",
    "api",
    "records",
    "workflow",
    "automation",
    "ai-tool"
  ],
  "license": "MIT",
  "homepage": "https://github.com/jacobwoodward/n8n-nodes-smartsuite#readme",
  "author": {
    "name": "Jacob Woodward",
    "email": "jacobwoodward@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobwoodward/n8n-nodes-smartsuite.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier src/nodes src/credentials --write",
    "lint": "eslint src/nodes src/credentials",
    "lintfix": "eslint src/nodes src/credentials --fix",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/SmartSuiteApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/SmartSuite/SmartSuite.node.js"
    ],
    "nodeTypes": {
      "smartsuite": {
        "sourceFile": "dist/nodes/SmartSuite/SmartSuite.node.js",
        "type": "tool",
        "className": "SmartSuite",
        "displayName": "SmartSuite",
        "description": "A tool for interacting with SmartSuite's API to manage records and data. It can get, list, search, and update records in SmartSuite tables."
      }
    }
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/jest": "^29.5.14",
    "@types/node": "^16.11.7",
    "@types/request-promise-native": "~1.0.15",
    "@typescript-eslint/eslint-plugin": "~5.45",
    "@typescript-eslint/parser": "~5.45",
    "eslint": "~7.32.0",
    "eslint-config-prettier": "~8.5.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "eslint-plugin-prettier": "~4.2.1",
    "gulp": "^5.0.0",
    "gulp-cli": "^3.0.0",
    "jest": "^29.7.0",
    "jest-mock-extended": "^3.0.7",
    "n8n-core": "^1.84.0",
    "n8n-workflow": "^1.82.0",
    "prettier": "~2.7.1",
    "ts-jest": "^29.1.2",
    "typescript": "~4.8.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/**/*.test.ts"
    ]
  },
  "dependencies": {}
}
