{
  "name": "@talqui/twenty-talqui-app",
  "version": "0.7.1",
  "license": "MIT",
  "engines": {
    "node": "^24.5.0",
    "twenty": ">=2.19.0"
  },
  "keywords": [
    "twenty-app",
    "twenty",
    "crm",
    "whatsapp",
    "instagram",
    "webchat",
    "talqui"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "packageManager": "pnpm@10.18.1",
  "scripts": {
    "twenty": "twenty",
    "dev:twenty": "twenty dev --remote local",
    "lint": "eslint \"**/*.{js,jsx,ts,tsx}\" --max-warnings=0",
    "lint:fix": "eslint . --fix",
    "prettier": "prettier --check \"**/*.{js,ts}\"",
    "prettier:fix": "prettier --write \"**/*.{js,ts}\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "release": "standard-version --preset $(node -p 'require.resolve(\"@talqui-oss/changelog\")')"
  },
  "dependencies": {},
  "devDependencies": {
    "@talqui-oss/changelog": "github:talqui-oss/talqui-package-changelog",
    "@types/node": "^24.7.2",
    "standard-version": "^9.5.0",
    "@types/react": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "twenty-client-sdk": "2.19.0",
    "twenty-sdk": "2.19.0",
    "twenty-ui": "1.0.0-alpha.1",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^3.1.1"
  },
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx}": [
      "eslint --max-warnings=1"
    ]
  },
  "standard-version": {
    "tagPrefix": "twenty-app@"
  }
}
