forecasting/package.json
2022-04-24 18:55:36 -04:00

22 lines
423 B
JSON

{
"name": "forecasting",
"version": "0.1.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"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}