{
  "name": "@cityssm/civic-address-format",
  "version": "1.0.0",
  "type": "module",
  "description": "Formats a civic address from its pieces. ",
  "keywords": [
    "address",
    "address-format",
    "civic-address",
    "property-address",
    "street-address"
  ],
  "exports": "./index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "node --test",
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/civic-address-format.git"
  },
  "author": "The Corporation of the City of Sault Ste. Marie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cityssm/civic-address-format/issues"
  },
  "homepage": "https://github.com/cityssm/civic-address-format#readme",
  "devDependencies": {
    "@types/node": "^22.10.1",
    "eslint-config-cityssm": "^17.0.0",
    "prettier-config-cityssm": "^1.0.0"
  }
}
