2021-01-12 12:43:41 +00:00
|
|
|
{
|
|
|
|
"name": "metaforecasts",
|
2021-08-13 18:40:55 +00:00
|
|
|
"version": "1.0.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"description": "Get forecasts from various platforms",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2021-04-08 17:24:31 +00:00
|
|
|
"start": "node src/index.js",
|
2021-12-02 12:30:16 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-12-05 12:30:06 +00:00
|
|
|
"reload": "heroku run:detached node src/utils/doEverythingForScheduler.js",
|
|
|
|
"setCookies": "./src/utils/setCookies.sh"
|
2021-01-12 12:43:41 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2021-08-08 13:24:56 +00:00
|
|
|
"algoliasearch": "^4.10.3",
|
2021-01-12 12:43:41 +00:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"fs": "^0.0.1-security",
|
2021-10-15 09:40:05 +00:00
|
|
|
"google-spreadsheet": "^3.1.15",
|
2021-03-13 16:43:11 +00:00
|
|
|
"https": "^1.0.0",
|
|
|
|
"isomorphic-fetch": "^3.0.0",
|
2021-01-12 12:43:41 +00:00
|
|
|
"json2csv": "^5.0.5",
|
2021-04-08 16:42:48 +00:00
|
|
|
"mongodb": "^3.6.6",
|
2021-01-12 12:43:41 +00:00
|
|
|
"open": "^7.3.1",
|
2021-02-03 17:35:38 +00:00
|
|
|
"papaparse": "^5.3.0",
|
2021-02-18 16:12:55 +00:00
|
|
|
"tabletojson": "^2.0.4",
|
2022-02-04 21:39:36 +00:00
|
|
|
"textversionjs": "^1.1.3",
|
|
|
|
"tunnel": "^0.0.6"
|
2021-01-12 12:43:41 +00:00
|
|
|
}
|
|
|
|
}
|