@cityssm/faster-unofficial-api
Version:
An unofficial API for the FASTER Web fleet management system relying on Puppeteer scripts, exported reports, and complex parsers.
45 lines (44 loc) • 1.33 kB
JSON
{
"name": "@cityssm/faster-unofficial-api",
"version": "0.7.1",
"description": "An unofficial API for the FASTER Web fleet management system relying on Puppeteer scripts, exported reports, and complex parsers.",
"keywords": [
"faster-web",
"fmis",
"asset-management",
"fleet-management",
"puppeteer"
],
"homepage": "https://github.com/cityssm/node-faster-unofficial-api#readme",
"bugs": {
"url": "https://github.com/cityssm/node-faster-unofficial-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-faster-unofficial-api.git"
},
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"scripts": {
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test",
"test": "node --test"
},
"dependencies": {
"@cityssm/faster-constants": "^0.3.1",
"@cityssm/faster-report-exporter": "^0.6.1",
"@cityssm/faster-report-parser": "^0.6.0",
"@cityssm/to-millis": "^1.0.0",
"debug": "^4.4.1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.15.29",
"eslint-config-cityssm": "^24.0.0",
"prettier-config-cityssm": "^1.0.0"
}
}