Provide "ts3bot" global executable.

develop
Icedream 2015-11-05 03:02:57 +01:00
parent 1b1f4c0f37
commit 003ec48763
2 changed files with 5 additions and 0 deletions

2
app.js
View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
require("iced-coffee-script/register"); require("iced-coffee-script/register");
Sync = require("sync"); Sync = require("sync");

View File

@ -3,6 +3,9 @@
"version": "0.3.0", "version": "0.3.0",
"description": "Allows running TeamSpeak3 as a bot for all kinds of media (local music/videos/streams/YouTube/...) without the need for a real GUI to exist.", "description": "Allows running TeamSpeak3 as a bot for all kinds of media (local music/videos/streams/YouTube/...) without the need for a real GUI to exist.",
"main": "app.js", "main": "app.js",
"bin": {
"ts3bot": "app.js"
},
"keywords": [ "keywords": [
"teamspeak", "teamspeak",
"teamspeak3", "teamspeak3",