{
  "name": "teamspeak-commander",
  "version": "0.1.2",
  "description": "TeamSpeak Command Library",
  "main": "lib/index.js",
  "homepage": "https://github.com/Multivit4min/TS3-NodeJS-Library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Multivit4min/TS3-NodeJS-Library.git"
  },
  "scripts": {
    "eslint": "eslint ./src/**/*.ts",
    "test": "jest --runInBand",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "generate-docs": "typedoc --out typedoc ./src",
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "teamspeak",
    "teamspeak3",
    "commander",
    "ts3",
    "query",
    "serverquery"
  ],
  "author": "Multivitamin <david.kartnaller@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.9.1",
    "@types/node": "^12.12.27",
    "@typescript-eslint/eslint-plugin": "^1.12.0",
    "@typescript-eslint/parser": "^1.12.0",
    "coveralls": "^3.0.9",
    "eslint": "^6.8.0",
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "ts3-nodejs-library": "^2.3.3",
    "typedoc": "^0.15.8",
    "typescript": "^3.7.5"
  }
}
