forecasting/package.json

22 lines
423 B
JSON
Raw Normal View History

2022-04-22 03:23:24 +00:00
{
"name": "forecasting",
2022-04-24 22:55:36 +00:00
"version": "0.1.1",
2022-04-22 03:23:24 +00:00
"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"
2022-04-24 22:50:03 +00:00
},
"devDependencies": {
"lerna": "^4.0.0"
2022-04-22 03:23:24 +00:00
}
}