ken_nogi/NodeJS/ZoomGetRecordingData/package.json
Kenichiro NOGI 48d993652f 20251006
2025-10-06 09:23:38 +09:00

21 lines
445 B
JSON

{
"name": "zoom",
"version": "1.0.0",
"description": "",
"main": "getRecordingFiles.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.5",
"base64url": "^3.0.1",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"path": "^0.12.7",
"yargs": "^17.7.2"
}
}