20 lines
509 B
JSON
20 lines
509 B
JSON
{
|
|
"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 <mason@masonitestudios.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json2csv": "^6.0.0-alpha.2",
|
|
"puppeteer": "^22.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json2csv": "^5.0.3"
|
|
}
|
|
}
|