{
    "name": "@kabeep/forex-cli",
    "description": "A Node.js Library to convert foreign exchange in terminal",
    "version": "0.4.2",
    "type": "module",
    "main": "./dist/cli.js",
    "types": "./dist/cli.d.ts",
    "files": [
        "dist"
    ],
    "bin": {
        "forex": "./dist/cli.js",
        "fx": "./dist/cli.js"
    },
    "scripts": {
        "dev": "node --no-warnings --loader ts-node/esm bin/cli.ts",
        "prepare": "husky",
        "lint": "biome check src bin test --write",
        "lint-staged": "lint-staged",
        "pretest": "npm run lint",
        "test": "vitest run",
        "test:watch": "vitest watch",
        "build": "tsup",
        "watch": "tsup --watch",
        "stats": "npm run build && cloc src && size-limit dist/cli.js"
    },
    "dependencies": {
        "@inquirer/confirm": "^6.0.3",
        "@inquirer/search": "^4.0.3",
        "@kabeep/forex": "^1.0.1",
        "@kabeep/node-translate": "^1.1.6",
        "clipboardy": "^5.0.2",
        "env-paths": "^3.0.0",
        "iso-3166-1": "^2.1.1",
        "ora": "^9.0.0",
        "os-locale": "^6.0.2",
        "terminal-table": "^0.0.12",
        "yargs": "^18.0.0"
    },
    "devDependencies": {
        "@biomejs/biome": "^2.3.10",
        "@types/node": "^25.0.3",
        "@types/update-notifier": "^6.0.8",
        "@types/yargs": "^17.0.35",
        "cloc": "^2.6.0-cloc",
        "husky": "^9.1.7",
        "lint-staged": "^16.2.7",
        "size-limit": "^12.0.0",
        "size-limit-preset-node-lib": "^0.4.0",
        "ts-node": "^10.9.2",
        "tsup": "^8.5.1",
        "typescript": "^5.9.3",
        "vitest": "^4.0.16"
    },
    "author": "Zhang Zixin (kabeep)",
    "homepage": "https://github.com/kabeep/forex-cli#readme",
    "repository": "git@github.com:kabeep/forex-cli.git",
    "bugs": "https://github.com/kabeep/forex-cli/issue",
    "keywords": [
        "forex",
        "foreign",
        "exchange",
        "currency",
        "nodejs",
        "cli",
        "terminal",
        "外汇",
        "汇率",
        "货币"
    ],
    "engines": {
        "node": ">=18"
    },
    "license": "MIT"
}
