UNPKG

universal-tax-calculator

Version:

A comprehensive tax calculator supporting multiple countries

76 lines (75 loc) 2.2 kB
{ "name": "universal-tax-calculator", "version": "1.0.2", "description": "A comprehensive tax calculator supporting multiple countries", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "dev": "tsc --watch && jest --watch", "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepare": "husky", "prepublish": "npm run clean && npm test && npm run lint && npm run build && npm pack", "preVersion": "npm run lint", "version": "npm run format && git add -A . && git commit -m 'chore: prepare for release'", "postVersion": "git push && git push --tags", "format": "prettier --write \"src/**/*.ts\"", "clean": "rimraf dist", "prebuild": "npm run clean" }, "keywords": [ "tax", "calculator", "finance", "universal", "typescript", "tax-calculator", "tax-calculator-library", "tax-calculator-typescript", "tax-calculator-javascript", "tax-calculator-node", "tax-calculator-react", "tax-calculator-next", "tax-calculator-react-native", "tax-calculator-express", "tax-calculator-fastify", "tax-calculator-nestjs" ], "author": "Nirmalkumar Ranganathan Srinivasan", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/NirmalSrinivas/universal-tax-calculator.git" }, "bugs": { "url": "https://github.com/NirmalSrinivas/universal-tax-calculator/issues" }, "homepage": "https://github.com/NirmalSrinivas/universal-tax-calculator#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.1.7", "jest": "^29.7.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" } }