{
  "name": "@cityssm/faster-constants",
  "version": "0.3.1",
  "description": "Constants used by multiple Node packages that work with the FASTER Fleet Management System",
  "keywords": [
    "faster-web",
    "fmis",
    "asset-management",
    "fleet-management"
  ],
  "homepage": "https://github.com/cityssm/node-faster-constants#readme",
  "bugs": {
    "url": "https://github.com/cityssm/node-faster-constants/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-faster-constants.git"
  },
  "license": "MIT",
  "author": "The Corporation of the City of Sault Ste. Marie",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./inventory": "./inventory/index.js",
    "./inventory/items": "./inventory/items.js",
    "./inventory/items.js": "./inventory/items.js",
    "./other": "./other/index.js",
    "./other/eslint": "./other/eslint.js",
    "./other/eslint.js": "./other/eslint.js",
    "./vendors": "./vendors/index.js",
    "./vendors/vendors": "./vendors/index.js",
    "./vendors/vendors.js": "./vendors/vendors.js"
  },
  "scripts": {
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test",
    "test": "node --test"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "eslint-config-cityssm": "^24.0.0",
    "prettier-config-cityssm": "^1.0.0"
  }
}
