{
  "name": "thunder-client",
  "version": "0.4.2",
  "description": "A JavaScript client for the Thunder API",
  "author": "Rohan Nagar <rohannagar11@gmail.com>",
  "license": "MIT",
  "main": "src/thunder-client.js",
  "dependencies": {
    "request": "^2.85.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "docdash": "^1.0.0",
    "eslint": "^7.0.0",
    "eslint-config-google": "^0.14.0",
    "jsdoc": "^3.5.5",
    "mocha": "^8.0.1",
    "sinon": "^9.0.0"
  },
  "scripts": {
    "lint": "eslint src/ test/",
    "test": "mocha",
    "generate-docs": "jsdoc -d docs/ -t node_modules/docdash -R ./README.md src/thunder-client.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RohanNagar/thunder-client-js.git"
  },
  "bugs": {
    "url": "https://github.com/RohanNagar/thunder-client-js/issues"
  },
  "keywords": [
    "thunder",
    "client",
    "API"
  ],
  "homepage": "https://github.com/RohanNagar/thunder-client-js#readme"
}
