{
  "name": "slack-interaction-relay-example-azure-function",
  "private": true,
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./dist && jest --clear-cache",
    "watch": "tsc -w",
    "prestart": "npm run build",
    "start": "func start",
    "test": "jest"
  },
  "dependencies": {
    "@octokit/rest": "^17.9.3",
    "@slack/web-api": "^5.9.0",
    "axios": "^0.19.2",
    "globby": "^11.0.1",
    "slack-interaction-relay": "0.0.9",
    "yaml": "^1.10.0"
  },
  "devDependencies": {
    "@azure/functions": "^1.2.2",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.10",
    "babel-jest": "^26.0.1",
    "core-js": "^3.6.5",
    "jest": "^26.0.1",
    "json-schema-to-typescript": "^9.1.0",
    "ts-jest": "^26.1.0",
    "typescript": "^3.3.3"
  }
}
