{
  "name": "tesjs",
  "version": "1.0.6",
  "description": "A module to streamline the use of Twitch EventSub in Node.js and Web applications",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mitchwadair/tesjs.git"
  },
  "keywords": [
    "tes",
    "tesjs",
    "twitch",
    "twitch.tv",
    "eventsub",
    "event",
    "subscription",
    "webhook",
    "websocket"
  ],
  "main": "main.js",
  "files": [
    "/lib",
    "main.js",
    "LICENSE"
  ],
  "scripts": {
    "test": "mocha ./test/tests.js --bail --exit",
    "build": "node ./scripts/build.js && node ./scripts/docs.js"
  },
  "author": "Mitchell Adair (https://github.com/mitchwadair)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mitchwadair/tesjs/issues"
  },
  "homepage": "https://www.tesjs.net",
  "dependencies": {
    "express": "5.1.0",
    "node-fetch": "2.6.7",
    "ws": "8.18.1"
  },
  "devDependencies": {
    "chai": "4.3.6",
    "esbuild": "0.15.13",
    "jsdoc-to-markdown": "8.0.0",
    "mocha": "10.0.0",
    "nock": "14.0.2",
    "sinon": "14.0.0",
    "supertest": "6.2.3"
  }
}
