UNPKG

@cityssm/mpac-yetf

Version:

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

44 lines (43 loc) 1.25 kB
{ "name": "@cityssm/mpac-yetf", "version": "0.6.0", "type": "module", "description": "Parses the MPAC Year-End Tax File (YETF) into a usable object.", "keywords": [ "mpac", "parser", "property-assessment", "property-tax", "year-end-tax-file" ], "exports": "./index.js", "scripts": { "test": "mocha", "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary mocha" }, "repository": { "type": "git", "url": "git+https://github.com/cityssm/node-mpac-yetf.git" }, "author": "The Corporation of the City of Sault Ste. Marie", "license": "MIT", "bugs": { "url": "https://github.com/cityssm/node-mpac-yetf/issues" }, "homepage": "https://github.com/cityssm/node-mpac-yetf#readme", "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "eslint": "^8.34.0", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unicorn": "^45.0.2" }, "dependencies": { "@cityssm/civic-address-format": "^0.1.0" } }