{
  "name": "serverless_bots_addons",
  "version": "5.6.1-20230821",
  "description": "A package to improve serverless discord bots",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/index.js",
    "./dist/index.d.ts",
    "./src/index.ts"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "author": "lorypelli",
  "license": "GPL-3.0",
  "keywords": [
    "serverless-discord-bots",
    "discord-bots",
    "serverless",
    "discord-interactions"
  ],
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/node": "^20.3.1",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.44.0",
    "typescript": "^5.1.3"
  },
  "repository": {
    "url": "https://github.com/lorypelli/serverless_bots_addons"
  },
  "dependencies": {
    "discord-interactions": "^3.4.0"
  }
}
