UNPKG

somali-exchange-rates

Version:

πŸ‡ΈπŸ‡΄ Comprehensive Somali Exchange Rates platform with real-time rates, transfer fees, alerts, multi-language support, and advanced financial tools

89 lines (88 loc) β€’ 2.21 kB
{ "name": "somali-exchange-rates", "version": "1.0.0", "description": "πŸ‡ΈπŸ‡΄ Comprehensive Somali Exchange Rates platform with real-time rates, transfer fees, alerts, multi-language support, and advanced financial tools", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "bin": { "sosx": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE", "CONTRIBUTING.md" ], "sideEffects": false, "scripts": { "build": "tsup src/index.ts src/cli.ts --format esm,cjs", "test": "vitest run", "test:coverage": "vitest run --coverage", "dev": "tsup src/index.ts src/cli.ts --watch", "prepublishOnly": "npm run build", "postpublish": "echo 'πŸŽ‰ Package published successfully!'" }, "keywords": [ "somalia", "somali", "sos", "currency", "exchange", "rates", "offline", "transfer", "fees", "alerts", "real-time", "websocket", "localization", "cli", "api", "financial", "market-analysis", "volatility", "historical-data", "multi-language", "typescript" ], "license": "MIT", "author": { "name": "Somali Exchange Rates Team", "email": "contact@sosx.dev", "url": "https://github.com/somali-exchange-rates" }, "homepage": "https://github.com/somali-exchange-rates/somali-exchange-rates#readme", "repository": { "type": "git", "url": "git+https://github.com/somali-exchange-rates/somali-exchange-rates.git" }, "bugs": { "url": "https://github.com/somali-exchange-rates/somali-exchange-rates/issues" }, "engines": { "node": ">=18" }, "dependencies": { "ws": "^8.14.0", "sqlite3": "^5.1.6", "csv-writer": "^1.6.0", "xlsx": "^0.18.5", "blessed": "^0.1.81", "blessed-contrib": "^4.11.0", "node-cron": "^3.0.3", "nodemailer": "^6.9.7", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/ws": "^8.5.8", "@types/blessed": "^0.1.21", "@types/node-cron": "^3.0.11", "@types/nodemailer": "^6.4.14", "@vitest/coverage-v8": "^2.1.9", "tsup": "^8.0.0", "typescript": "^5.0.0", "vitest": "^2.0.0" } }