38 lines
928 B
JSON
38 lines
928 B
JSON
{
|
|
"name": "metaforecasts",
|
|
"version": "0.3.0",
|
|
"description": "Get forecasts from various platforms",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/utils/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"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": {
|
|
"axios": "^0.21.1",
|
|
"fs": "^0.0.1-security",
|
|
"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",
|
|
"tabletojson": "^2.0.4",
|
|
"textversionjs": "^1.1.3"
|
|
}
|
|
}
|