mirror of https://github.com/icedream/ts3bot.git
Provide "ts3bot" global executable.
parent
1b1f4c0f37
commit
003ec48763
2
app.js
2
app.js
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
require("iced-coffee-script/register");
|
require("iced-coffee-script/register");
|
||||||
Sync = require("sync");
|
Sync = require("sync");
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue