-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 KB
/
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
40
41
42
{
"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 <[email protected]>",
"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"
}
}