{
  "name": "shock-client",
  "version": "1.1.5",
  "description": "A community-made Node bot library for controling PiShock devices",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheRavenSeb/Shock-Client.git"
  },
  "keywords": [
    "PiShock",
    "pishock",
    "controller"
  ],
  "author": "Caleb Thomas (TheRavenSeb)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheRavenSeb/Shock-Client/issues"
  },
  "homepage": "https://github.com/TheRavenSeb/Shock-Client#readme",
  "dependencies": {
    "dotenv": "^16.4.7",
    "open": "^10.1.0"
  }
}
