forked from nikeee/node-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"author": "nikeee <[email protected]> (https://github.com/nikeee)",
"name": "node-ts",
"description": "TeamSpeak® 3 Server Query client for node.js implemented using TypeScript",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git://github.com/nikeee/node-ts.git"
},
"main": "build/node-ts.js",
"dependencies": {
"byline": "~4.2.1"
},
"devDependencies": {
"dts-bundle": "~0.2.0"
},
"typings": "build/node-ts.d.ts",
"scripts": {
"prepublish": "node_modules/.bin/tsd install && npm test && node bundle.js",
"test": "node_modules/.bin/tsc"
},
"keywords": [
"teamspeak",
"serverquery",
"ts3",
"ts",
"typescript"
],
"optionalDependencies": {},
"engines": {
"node": ">=6.4.0"
},
"bugs": {
"url": "https://github.com/nikeee/node-ts/issues",
"email": "[email protected]"
},
"license": "Beerware",
"readmeFilename": "README.md"
}