UNPKG

tax

Version:

TaxMaxi CLI - Crypto tax infrastructure for fintechs, degens, and AI agents.

46 lines 1.04 kB
{ "name": "tax", "version": "0.1.10", "description": "TaxMaxi CLI - Crypto tax infrastructure for fintechs, degens, and AI agents.", "keywords": [ "base", "bitcoin", "cli", "coinbase", "crypto", "defi", "ethereum", "solana", "tax", "taxmaxi" ], "homepage": "https://www.taxmaxi.com", "bin": { "tax": "dist/index.js" }, "files": [ "dist/**" ], "type": "module", "dependencies": { "@effect/cli": "0.75.1", "@effect/platform": "0.96.1", "@effect/platform-node": "0.106.0", "effect": "3.21.2" }, "devDependencies": { "@types/node": "~25.5.0", "oxfmt": "~0.43.0", "oxlint": "~1.58.0", "typescript": "~6.0.2", "@my/typescript-config": "0.0.0" }, "scripts": { "build": "tsc", "dev": "tsc --watch --preserveWatchOutput", "type-check": "tsc --noEmit", "clean": "rm -rf dist .turbo node_modules && rm -f tsconfig.tsbuildinfo", "format": "oxfmt -c ../../oxfmtrc.jsonc", "lint": "oxlint -c ../../oxlintrc.json" } }