-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 921 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
40
41
42
43
44
{
"name": "zoom-rec-dl",
"description": "Save Zoom cloud recordings to a local directory.",
"version": "2.1.10",
"license": "MIT",
"dependencies": {
"new-request": "^0.0.10",
"valibot": "^0.21.0"
},
"devDependencies": {
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"type": "module",
"main": "dist/index.js",
"bin": {
"zoom-rec-dl": "./dist/index.js"
},
"files": [
"**/*.js"
],
"keywords": [
"download",
"zoom",
"recording"
],
"author": "Hyunbin Seo",
"repository": {
"type": "git",
"url": "git+https://github.com/hyunbinseo/zoom-rec-dl.git"
},
"bugs": {
"url": "https://github.com/hyunbinseo/zoom-rec-dl/issues"
},
"homepage": "https://github.com/hyunbinseo/zoom-rec-dl#readme",
"engines": {
"node": ">=18",
"npm": ">=9"
}
}