{ "name": "forecasting", "version": "0.1.0", "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" } }