-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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": "easyvk-audio",
"version": "2.1.3",
"description": "An unofficial Audio API for EasyVK",
"repository": {
"type": "git",
"url": "https://github.com/PurpleHorrorRus/EasyVK-AudioAPI"
},
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"VK",
"VK API",
"EasyVK",
"Audio"
],
"author": "PurpleHorrorRus <purplehorrorrus@gmail.com>",
"license": "ISC",
"resolutions": {
"node-fetch": "2.6.7",
"json5": "^2.2.3"
},
"dependencies": {
"@vk-io/authorization": "1.2.1",
"bluebird": "^3.7.2",
"encoding": "^0.1.13",
"filenamify": "4.3.0",
"fluent-ffmpeg": "https://github.com/fluent-ffmpeg/node-fluent-ffmpeg",
"formdata-node": "4.4.0",
"fs-extra": "^11.1.0",
"jsdom": "^20.0.3",
"lodash": "^4.17.21",
"m3u8-parser": "^6.0.0",
"node-fetch-progress": "^1.0.2",
"node-fetch-retry": "1.1.2",
"node-html-parser": "5.4.2",
"node-machine-id": "^1.1.12",
"tough-cookie": "^4.1.2",
"tough-cookie-file-store": "^2.0.3",
"vk-io": "4.3.2"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.3.1"
}
}