19 lines
373 B
JSON
19 lines
373 B
JSON
|
{
|
||
|
"name": "forecasting",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Forecasting related utilities.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"forecasting",
|
||
|
"prediction"
|
||
|
],
|
||
|
"author": "Nuño Sempere",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@forecasting/aggregation": "^0.0.1"
|
||
|
}
|
||
|
}
|