forecasting/packages/aggregation/package.json

20 lines
365 B
JSON
Raw Normal View History

2022-04-24 22:50:03 +00:00
{
"name": "@forecasting/aggregation",
"version": "1.0.3",
2022-04-24 22:50:03 +00:00
"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"
}