{
  "name": "n8n-nodes-formbricks",
  "version": "1.0.2",
  "description": "A n8n node to connect Formbricks and send survey data to hundreds of other apps.",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "trigger",
    "Formbricks",
    "n8n-node",
    "surveys",
    "experience management"
  ],
  "license": "MIT",
  "homepage": "https://formbricks.com",
  "author": {
    "name": "PratikAwaik",
    "email": "pratikawaik125@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/formbricks/formbricks"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "clean": "rimraf .turbo node_modules dist",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/FormbricksApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Formbricks/Formbricks.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/request-promise-native": "~1.0.15",
    "@typescript-eslint/parser": "~5.45",
    "eslint-plugin-n8n-nodes-base": "^1.11.0",
    "gulp": "^4.0.2",
    "n8n-core": "*",
    "n8n-workflow": "*",
    "rimraf": "^5.0.5",
    "typescript": "^4.8.4"
  }
}
