{
  "name": "@twentyhq/slack",
  "version": "1.3.0",
  "description": "Slack assistant and workflow steps for Twenty",
  "license": "MIT",
  "engines": {
    "twenty": ">=2.40.0",
    "node": "^24.5.0",
    "npm": "please-use-yarn",
    "yarn": ">=4.0.2"
  },
  "keywords": [
    "twenty-app"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twentyhq/twenty.git",
    "directory": "packages/twenty-apps/public/slack"
  },
  "homepage": "https://github.com/twentyhq/twenty/tree/main/packages/twenty-apps/public/slack",
  "packageManager": "yarn@4.13.0",
  "scripts": {
    "twenty": "twenty",
    "lint": "oxlint -c .oxlintrc.json .",
    "lint:fix": "oxlint --fix -c .oxlintrc.json .",
    "typecheck": "tsgo --noEmit -p tsconfig.spec.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run --config vitest.unit.config.ts"
  },
  "dependencies": {
    "@slack/web-api": "^7.18.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@types/node": "^24.7.2",
    "@types/react": "^18.2.0",
    "@typescript/native-preview": "^7.0.0-dev.20260116.1",
    "msw": "^2.12.14",
    "oxlint": "^0.16.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "twenty-client-sdk": "^2.40.0",
    "twenty-sdk": "^2.40.0",
    "twenty-ui": "^1.0.0-alpha.1",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^4.0.0"
  }
}
