-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ts-zello",
"version": "0.0.6",
"description": "TypeScript Zello backend client library",
"keywords": [
"Zello"
],
"homepage": "https://github.com/OnkelTem/ts-zello",
"bugs": {
"url": "https://github.com/OnkelTem/ts-zello/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnkelTem/ts-zello.git"
},
"license": "LGPL-3.0-or-later",
"author": {
"name": "OnkelTem",
"email": "[email protected]"
},
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"tsc": "tsc",
"test": "jest",
"lint": "eslint '*/**/*.{js,ts,tsx}'",
"release": "standard-version"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@types/sharp": "^0.28.0",
"delay": "^5.0.0",
"dotenv": "^8.2.0",
"p-event": "^4.2.0",
"pino": "^6.11.1",
"prism-media": "^1.2.7",
"sharp": "^0.28.1",
"ws": "^7.4.3"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@tsconfig/node14": "^1.0.0",
"@types/delay": "^3.1.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.30",
"@types/pino": "^6.3.6",
"@types/tmp": "^0.2.0",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"pino-pretty": "^4.7.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"speaker": "^0.5.3",
"standard-version": "^9.2.0",
"tmp": "^0.2.1",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"wtfnode": "^0.8.4"
},
"peerDependencies": {
"pino-pretty": "^4.7.0"
}
}