cityssm/node-faster-url-builder

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/faster-url-builder",
  "type": "module",
  "version": "0.1.0",
  "description": "Builds URLs for the FASTER Web Fleet Management System",
  "exports": "./index.js",
  "scripts": {
    "test": "node --test",
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-faster-url-builder.git"
  },
  "keywords": [
    "faster-web"
  ],
  "author": "The Corporation of the City of Sault Ste. Marie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cityssm/node-faster-url-builder/issues"
  },
  "homepage": "https://github.com/cityssm/node-faster-url-builder#readme",
  "devDependencies": {
    "@types/node": "^22.9.0",
    "eslint-config-cityssm": "^15.2.0",
    "prettier-config-cityssm": "^1.0.0"
  }
}