UNPKG

@cityssm/mpac-yetf

Version:

Parses the MPAC Year-End Tax File (YETF) into a usable object.

38 lines (37 loc) 1.06 kB
{ "name": "@cityssm/mpac-yetf", "version": "0.7.0", "description": "Parses the MPAC Year-End Tax File (YETF) into a usable object.", "keywords": [ "mpac", "parser", "property-assessment", "property-tax", "year-end-tax-file" ], "homepage": "https://github.com/cityssm/node-mpac-yetf#readme", "bugs": { "url": "https://github.com/cityssm/node-mpac-yetf/issues" }, "repository": { "type": "git", "url": "git+https://github.com/cityssm/node-mpac-yetf.git" }, "license": "MIT", "author": "The Corporation of the City of Sault Ste. Marie", "type": "module", "exports": "./index.js", "scripts": { "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test", "test": "node --test" }, "dependencies": { "@cityssm/civic-address-format": "^1.0.0", "@cityssm/mpac-tools": "^0.1.0" }, "devDependencies": { "@types/node": "^24.5.2", "eslint-config-cityssm": "^29.1.1", "prettier-config-cityssm": "^1.0.0" } }