{ "name": "disney-cruise-prices", "version": "1.0.0", "description": "Collects the prices available on https://disneycruise.disney.go.com/", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Mason Payne ", "license": "MIT", "dependencies": { "json2csv": "^6.0.0-alpha.2", "puppeteer": "^22.6.1" }, "devDependencies": { "@types/json2csv": "^5.0.3" } }