{
  "name": "@microfox/slack",
  "version": "1.0.5",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "clean": "rm -rf dist",
    "lint": "eslint \"./**/*.ts*\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prettier-check": "prettier --check \"./**/*.ts*\""
  },
  "devDependencies": {
    "@microfox/tsconfig": "*",
    "@types/node": "^18",
    "tsup": "^8",
    "typescript": "5.6.3"
  },
  "dependencies": {
    "@slack/web-api": "^7.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "homepage": "https://github.com/microfox-ai/microfox",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microfox-ai/microfox.git"
  },
  "bugs": {
    "url": "https://github.com/microfox-ai/microfox/issues"
  },
  "keywords": [
    "microfox",
    "sdk",
    "typescript",
    "slack",
    "slack"
  ]
}
