-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "koice",
"version": "1.2.6",
"description": "KOOK voice channel SDK",
"main": "dist/index.js",
"scripts": {
"build": "tsc && tsconfig-replace-paths -p tsconfig.json -s ./src -o ./dist",
"clean": "rimraf dist/*",
"make": "npm run clean && npm run lint && npm run build",
"lint": "prettier './src/**/*.ts' --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hexona69/koice.js.git"
},
"keywords": [
"kvoice"
],
"author": "Hexona",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hexona69/koice.js/issues"
},
"homepage": "https://github.com/Hexona69/koice.js#readme",
"dependencies": {
"axios": "^1.2.1",
"bunyan": "^1.8.15",
"delay": "^5.0.0",
"eventemitter2": "^6.4.9",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"get-port": "^6.1.2",
"kasumi.js": "^0.6.6",
"node-schedule": "^2.1.1",
"typescript": "^4.9.4",
"upath": "^2.0.1",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/bunyan": "^1.8.11",
"@types/ffmpeg": "^1.0.4",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/node-schedule": "^2.1.7",
"@types/websocket": "^1.0.5",
"prettier": "^3.3.3",
"tsconfig-replace-paths": "^0.0.14"
}
}