forecasting/package.json

26 lines
533 B
JSON
Raw Normal View History

2022-04-22 03:23:24 +00:00
{
"name": "forecasting",
2022-04-24 23:01:39 +00:00
"version": "0.1.3",
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
},
2022-04-24 23:01:11 +00:00
"repository": {
"type": "git",
"url": "https://github.com/quantified-uncertainty/forecasting/"
},
2022-04-24 22:50:03 +00:00
"devDependencies": {
"lerna": "^4.0.0"
2022-04-22 03:23:24 +00:00
}
}