UNPKG

sales-tax

Version:

International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.

57 lines (56 loc) 1.36 kB
{ "name": "sales-tax", "description": "International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.", "version": "2.21.0", "homepage": "https://github.com/valeriansaliou/node-sales-tax", "license": "MIT", "author": { "name": "Valerian Saliou", "email": "valerian@valeriansaliou.name", "url": "https://valeriansaliou.name/" }, "repository": { "type": "git", "url": "git://github.com/valeriansaliou/node-sales-tax.git" }, "bugs": { "url": "https://github.com/valeriansaliou/node-sales-tax/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/valeriansaliou/node-sales-tax/blob/master/LICENSE" } ], "main": "lib/sales_tax.js", "types": "types/sales_tax.d.ts", "engines": { "node": ">= 10.0.0" }, "scripts": { "test": "check-build && tsc && istanbul cover _mocha" }, "dependencies": { "validate-vat": "0.9.0", "jsvat": "2.5.3", "ein-validator": "1.0.1" }, "devDependencies": { "check-build": "2.8.2", "typescript": "4.9.x", "mocha": "3.3.0", "mocha-lcov-reporter": "1.3.0", "istanbul": "0.4.5" }, "keywords": [ "sales", "tax", "salestax", "money", "billing", "invoice", "vat", "gst", "vatmoss" ] }