cal-sal
Version:
A CLI tool for calculating monthly salary with tax deductions for Sri Lanka (2025 tax scheme)
23 lines (22 loc) • 610 B
JSON
{
"name": "cal-sal",
"version": "1.0.3",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cal-sal": "./index.js"
},
"keywords": ["salary", "calculator", "sri-lanka", "tax", "epf", "payroll", "cli"],
"author": "",
"license": "ISC",
"description": "A CLI tool for calculating monthly salary with tax deductions for Sri Lanka (2025 tax scheme)",
"dependencies": {
"@clack/prompts": "^0.8.2",
"downloads-folder": "^3.0.3",
"pdfkit": "^0.17.0",
"picocolors": "^1.1.1"
}
}