{
  "name": "tscmd",
  "version": "1.2.1",
  "description": "Send Teamspeak Query commands via your command line interface",
  "main": "index.js",
  "bin": {
    "tscmd": "index.js"
  },
  "scripts": {
    "tscmd": "node index.js"
  },
  "dependencies": {
    "alfred-teamspeak": "^1.6.5"
  },
  "keywords": [
    "teamspeak"
  ],
  "author": "schroffl",
  "license": "MIT"
}
