20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"name": "@forecasting/aggregation",
|
|
"version": "1.0.3",
|
|
"description": "Forecasting aggregation utilities",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node tests.js"
|
|
},
|
|
"keywords": [
|
|
"forecasting",
|
|
"aggregation",
|
|
"prediction",
|
|
"prediction",
|
|
"markets"
|
|
],
|
|
"type": "module",
|
|
"author": "Nuño Sempere",
|
|
"license": "MIT"
|
|
}
|