{
"name": "anofox-forecast-js",
"type": "module",
"collaborators": [
"Simon M"
],
"description": "WebAssembly bindings for anofox-forecast time series forecasting library",
"version": "0.5.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sipemu/anofox-forecast"
},
"files": [
"anofox_forecast_js_bg.wasm",
"anofox_forecast_js.js",
"anofox_forecast_js.d.ts"
],
"main": "anofox_forecast_js.js",
"types": "anofox_forecast_js.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"wasm",
"time-series",
"forecasting",
"javascript",
"typescript"
]
}