forecasting/package.json
2022-04-24 19:01:39 -04:00

26 lines
533 B
JSON

{
"name": "forecasting",
"version": "0.1.3",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/quantified-uncertainty/forecasting/"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}