{ "name": "random_video_maker", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "start": "tsc && node dist/index.js", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "dependencies": { "dotenv": "^17.2.1", "puppeteer": "^24.16.2" } }