{
  "name": "@cityssm/worktech-api",
  "version": "0.10.0",
  "description": "Integrations with the WorkTech work order management system.",
  "keywords": [
    "worktech",
    "work-manager",
    "work-orders"
  ],
  "homepage": "https://github.com/cityssm/node-worktech-api#readme",
  "bugs": {
    "url": "https://github.com/cityssm/node-worktech-api/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-worktech-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-concurrency=1",
    "test": "node --test --test-concurrency=1",
    "test:equipment": "node --test \"test/equipment.test.js\"",
    "test:helpers": "node --test \"test/helpers.test.js\"",
    "test:items": "node --test \"test/items.test.js\"",
    "test:workOrders": "node --test \"test/workOrders.test.js\""
  },
  "dependencies": {
    "@cityssm/mssql-multi-pool": "^5.1.0",
    "@cityssm/to-millis": "^1.0.0",
    "@cityssm/utils-datetime": "^1.3.0",
    "debug": "^4.4.1",
    "node-cache": "^5.1.2"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "eslint-config-cityssm": "^24.0.0",
    "prettier-config-cityssm": "^1.0.0"
  }
}
