{ "name": "metaforecasts", "version": "1.0.0", "description": "Get forecasts from various platforms", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "echo \"Error: no test specified\" && exit 1", "reload": "heroku run:detached node src/utils/doEverythingForScheduler.js", "setCookies": "./src/utils/setCookies.sh" }, "repository": { "type": "git", "url": "git+https://github.com/QURIresearch/metaforecasts.git" }, "keywords": [ "forecasts", "predictions" ], "type": "module", "author": "Nuño Sempere", "license": "MIT", "bugs": { "url": "https://github.com/QURIresearch/metaforecasts/" }, "homepage": "https://github.com/QURIresearch/metaforecasts#readme", "dependencies": { "algoliasearch": "^4.10.3", "axios": "^0.21.1", "fs": "^0.0.1-security", "google-spreadsheet": "^3.1.15", "https": "^1.0.0", "isomorphic-fetch": "^3.0.0", "json2csv": "^5.0.5", "mongodb": "^3.6.6", "open": "^7.3.1", "papaparse": "^5.3.0", "pg": "^8.7.3", "tabletojson": "^2.0.4", "textversionjs": "^1.1.3", "tunnel": "^0.0.6" } }