{
  "name": "ts-arima-forecast",
  "version": "1.0.3",
  "description": "TypeScript library for ARIMA, SARIMA (soon), and SARIMAX (soon) forecasting",
  "author": "Eliabe Serafim Jr <contact@eliabejr.com> (https://eliabejr.com)",
  "license": "LGPL-2.1-or-later",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "dev": "ts-node src/index.ts"
  },
  "keywords": [
    "arima",
    "sarima",
    "sarimax",
    "timeseries",
    "prediction",
    "forecasting",
    "statistics",
    "time-series",
    "typescript"
  ],
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^20.17.57",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.0.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "https://github.com/eliabejr/ts-arima-forecast.git"
}