-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.18 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
50
{
"name": "zoom-rec-dl",
"description": "Save Zoom cloud recordings to a local directory.",
"version": "2.1.10",
"license": "MIT",
"dependencies": {
"new-request": "^0.0.33",
"valibot": "^1.1.0"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/node": "^18.19.124",
"eslint": "^9.35.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0"
},
"scripts": {
"check": "tsc --noEmit",
"prepack": "tsc",
"postversion": "git push && git push --tags && node cli/postversion.ts"
},
"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"
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67"
}