forecasting/package.json
2022-04-21 23:23:24 -04:00

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"
}
}