{
  "name": "playit-api",
  "version": "1.0.8",
  "description": "This module is built for personal use within my own apps or features. I have made it public so others can contribute or find bugs and help fix them. This is also one of my first open source projects as I am usually very protective over the code. Below you can find the docs of this module and how to use it.",
  "bugs": "https://github.com/AndyIsHereBoi/playit-api/issues",
  "repository": "https://github.com/AndyIsHereBoi/playit-api",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "playit-gg",
    "playit",
    "port forward",
    "playit.gg",
    "playit api",
    "api"
  ],
  "author": "AndyIsHereBoi",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.3.1"
  },
  "devDependencies": {
    "@types/node": "^18.13.0",
    "typescript": "^4.9.5"
  }
}
