{
  "name": "titano",
  "version": "0.22.4",
  "description": "Titan command line interface",
  "main": "titano.js",
  "type": "module",
  "bin": {
    "titano": "titano.js"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "cross-env NODE_NO_WARNINGS=1 tap",
    "snap": "cross-env NODE_NO_WARNINGS=1 tap",
    "prepare": "husky",
    "generate-changelog": "git log --oneline --reverse > CHANGELOG.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simoneb/titano.git"
  },
  "engines": {
    "node": ">=21.7.1"
  },
  "engineStrict": true,
  "imports": {
    "#util/*": "./util/*"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/simoneb/titano/issues"
  },
  "homepage": "https://github.com/simoneb/titano#readme",
  "devDependencies": {
    "@commitlint/cli": "^19.0.3",
    "@commitlint/config-conventional": "^19.0.3",
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.11.1",
    "chart.js": "^4.4.2",
    "cross-env": "^7.0.3",
    "eslint": "^9.11.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.2",
    "execa": "^9.0.2",
    "globals": "^15.9.0",
    "husky": "^9.0.6",
    "lint-staged": "^15.2.0",
    "prettier": "^3.1.1",
    "tap": "^21.0.0"
  },
  "lint-staged": {
    "*.{js,jsx}": "eslint --cache --fix"
  },
  "dependencies": {
    "@colors/colors": "^1.6.0",
    "@inquirer/confirm": "^5.0.0",
    "@inquirer/input": "^4.0.0",
    "@inquirer/select": "^4.0.0",
    "async-lock": "^1.4.1",
    "cheerio": "^1.0.0-rc.12",
    "cli-table3": "^0.6.3",
    "commander": "^12.0.0",
    "conf": "^13.0.0",
    "env-paths": "^3.0.0",
    "globby": "^14.0.0",
    "h5wasm": "^0.7.1",
    "humanize-duration": "^3.32.1",
    "humanize-string": "^3.0.0",
    "ini": "^5.0.0",
    "inquirer": "^12.0.0",
    "mat-for-js": "^1.1.0",
    "ms": "^2.1.3",
    "node-xlsx": "^0.24.0",
    "nodejs-polars": "^0.16.0",
    "open": "^10.0.3",
    "ora": "^8.0.1",
    "p-each-series": "^3.0.0",
    "p-map-series": "^3.0.0",
    "p-memoize": "^7.1.1",
    "pkg-dir": "^8.0.0",
    "simple-statistics": "^7.8.3",
    "titleize": "^4.0.0",
    "yahoo-finance2": "^2.12.5",
    "zod": "^3.22.4"
  },
  "tap": {
    "allow-incomplete-coverage": true
  }
}
