@kabeep/forex-cli
Version:
A Node.js Library to convert foreign exchange in terminal
75 lines (74 loc) • 2.14 kB
JSON
{
"name": "@kabeep/forex-cli",
"description": "A Node.js Library to convert foreign exchange in terminal",
"version": "0.4.1",
"type": "module",
"main": "./dist/cli.js",
"types": "./dist/cli.d.ts",
"files": ["dist"],
"bin": {
"fx": "./dist/cli.js",
"forex": "./dist/cli.js"
},
"scripts": {
"dev": "ts-node bin/cli.ts",
"prepare": "husky",
"lint": "biome check src bin test --write",
"lint-staged": "lint-staged",
"pretest": "yarn 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": "^5.1.0",
"@inquirer/search": "^3.0.3",
"@kabeep/forex": "^1.0.1",
"@kabeep/node-translate": "^1.1.6",
"clipboardy": "^4.0.0",
"env-paths": "^3.0.0",
"iso-3166-1": "^2.1.1",
"ora": "^8.1.1",
"os-locale": "^6.0.2",
"terminal-table": "^0.0.12",
"update-notifier": "^7.3.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.1",
"@types/update-notifier": "^6.0.8",
"@types/yargs": "^17.0.33",
"cloc": "^2.2.0-cloc",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"size-limit": "^11.1.6",
"size-limit-preset-node-lib": "^0.3.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^3.0.8"
},
"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"
}