{
  "name": "runmeter",
  "private": false,
  "version": "0.0.4",
  "type": "module",
  "main": "src/index.tsx",
  "bin": {
    "runmeter": "dist/index.js"
  },
  "scripts": {
    "start": "pnpm run build && node dist/index.js",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "build": "tsup src/index.tsx"
  },
  "dependencies": {
    "@tqman/ink-table": "0.0.0-development",
    "asciichart": "^1.5.25",
    "ink": "^5.0.1",
    "mathjs": "^13.0.0",
    "parse-curl": "^0.2.6",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "toml": "^3.0.0",
    "yargs": "^17.7.2",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/asciichart": "^1.5.8",
    "@types/bun": "^1.1.5",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@types/yargs": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "esbuild": "^0.23.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "tsup": "^8.1.0",
    "typescript": "^5.2.2"
  },
  "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
