{
  "name": "@seratch_/bolt-extension-test-kit",
  "version": "1.0.5",
  "description": "Bolt for JavaScript Installation Store Testing Kit",
  "main": "dist/index.js",
  "scripts": {
    "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": [
    "OAuth",
    "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/logger": "^3.0.0",
    "@slack/oauth": "^2.5.4",
    "@types/node": "^17.0.45"
  },
  "gitHead": "ef15b443dc429204b757c18bb017ea3047e7a183"
}
