{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "opentok",
  "version": "2.23.1",
  "description": "OpenTok server-side SDK",
  "homepage": "https://github.com/opentok/opentok-node",
  "bugs": {
    "url": "https://github.com/opentok/opentok-node/issues",
    "email": "support@tokbox.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opentok/opentok-node.git"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Hashir Baqai",
      "email": "hashirbaqai@gmail.com"
    },
    {
      "name": "Brian Stoner",
      "email": "bsstoner@gmail.com",
      "url": "http://brianstoner.com"
    },
    {
      "name": "Song Zheng",
      "email": "song@tokbox.com",
      "url": "http://songz.me"
    },
    {
      "name": "Ankur Oberoi",
      "email": "aoberoi@gmail.com",
      "url": "http://aoberoi.me"
    },
    {
      "name": "Jeff Swartz",
      "email": "swartz@tokbox.com"
    },
    {
      "name": "Hamza Nasir",
      "email": "mnasir@hawk.iit.edu"
    },
    {
      "name": "Manik Sachdeva",
      "url": "http://maniksach.dev"
    },
    {
      "name": "Michael Jolley",
      "url": "https://baldbeardedbuilder.com"
    },
    {
      "name": "Alex Lakatos",
      "url": "twitter.com/lakatos88"
    },
    {
      "name": "Mofi Rahman",
      "url": "https://twitter.com/moficodes"
    },
    {
      "name": "Chuck \"MANCHUCK\" Reeves",
      "email": "chuck@manchuck.com",
      "url": "https://github.com/manchuck"
    }
  ],
  "main": "lib/opentok.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "lint": "eslint ./lib/ ./test/ ./sample/",
    "lint-fix": "eslint --fix",
    "mocha-coverage": "cross-env NODE_ENV=test nyc --reporter=text-lcov mocha > mocha.lcov",
    "report-coverage": "npm run mocha-coverage",
    "test": "npm run test-no-lint",
    "test-coverage": "cross-env NODE_ENV=test nyc mocha",
    "test-coverage-html": "cross-env NODE_ENV=test nyc --reporter html mocha",
    "test-no-lint": "mocha ./test/*-test.js"
  },
  "dependencies": {
    "@vonage/jwt": "1.11.0",
    "debug": "4.4.0",
    "jsonwebtoken": "9.0.3",
    "lodash": "4.17.21",
    "node-fetch": "2.7.0",
    "opentok-token": "1.1.1",
    "uuid": "11.0.5"
  },
  "devDependencies": {
    "chai": "4.3.10",
    "cross-env": "7.0.3",
    "eslint": "8.51.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.28.1",
    "mocha": "10.8.2",
    "nock": "13.3.6",
    "nyc": "15.1.0"
  },
  "engines": {
    "node": ">=4"
  }
}
