cityssm/node-faster-report-exporter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/faster-report-exporter",
  "version": "0.3.2",
  "type": "module",
  "description": "On demand exports of selected reports from the FASTER Web Fleet Management System.",
  "exports": "./index.js",
  "scripts": {
    "test": "cross-env NODE_ENV=dev DEBUG=faster-report-exporter:* node --test",
    "coverage": "cross-env NODE_ENV=dev DEBUG=faster-report-exporter:* c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-faster-report-exporter.git"
  },
  "keywords": [
    "faster-web",
    "fmis",
    "asset-management",
    "fleet-management",
    "puppeteer"
  ],
  "author": "The Corporation of the City of Sault Ste. Marie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cityssm/node-faster-report-exporter/issues"
  },
  "homepage": "https://github.com/cityssm/node-faster-report-exporter#readme",
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^22.9.1",
    "eslint-config-cityssm": "^16.0.0",
    "prettier-config-cityssm": "^1.0.0"
  },
  "dependencies": {
    "@cityssm/puppeteer-launch": "^3.1.0",
    "debug": "^4.3.7"
  }
}