{
  "name": "@seratch_/bolt-fastify",
  "version": "1.0.5",
  "description": "Bolt for JavaScript Extension - Fastify",
  "main": "dist/index.js",
  "scripts": {
    "bolt": "npm run prepare && npx ts-node src/tests/bolt-example.ts",
    "prepare": "npm run build",
    "build": "tsc",
    "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",
    "lint": "npx eslint --fix --ext .ts src",
    "mocha": "TS_NODE_PROJECT=tsconfig.json npx nyc mocha --config .mocharc.json \"src/**/*.spec.ts\"",
    "test": "npm run lint && npm run mocha",
    "coverage": "codecov",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seratch/slack-bolt-extensions.git"
  },
  "keywords": [
    "Fastify",
    "Bolt",
    "Slack",
    "Slack Platform",
    "Slack Bot",
    "Slack API"
  ],
  "author": "Kazuhiro Sera",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seratch/slack-bolt-extensions/issues"
  },
  "homepage": "https://github.com/seratch/slack-bolt-extensions#readme",
  "dependencies": {
    "@slack/bolt": "^3.12.2",
    "@slack/logger": "^3.0.0",
    "@slack/oauth": "^2.5.4",
    "@types/node": "^17.0.45",
    "fastify": "^3.27.4"
  },
  "devDependencies": {
    "bolt-extension-test-kit": "file:../bolt-extension-test-kit"
  },
  "gitHead": "ef15b443dc429204b757c18bb017ea3047e7a183"
}
