{
  "name": "spamslayer-bot-app",
  "version": "1.0.0",
  "description": "",
  "main": "src",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git://github.com/TechnologyAdvice/spam-slayer-bot.git"
  },
  "scripts": {
    "lint": "eslint .  --ext .js",
    "lint-fix": "eslint --fix .  --ext .js",
    "start": "node src/app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@slack/bolt": "^3.13.1",
    "axios": "^1.4.0",
    "dotenv": "^16.0.3",
    "lodash": "^4.17.21",
    "temp-write": "^5.0.0"
  },
  "devDependencies": {
    "eslint": "^8.41.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-promise": "^6.1.1",
    "serverless-offline": "^12.0.4"
  }
}
