{
  "name": "@cityssm/dynamics-gp",
  "version": "1.7.0",
  "description": "Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.",
  "keywords": [
    "cash-receipts",
    "dynamics-gp",
    "invoices",
    "microsoft-dynamics",
    "microsoft-dynamics-gp",
    "property-tax",
    "mssql",
    "sql-server"
  ],
  "homepage": "https://github.com/cityssm/node-dynamics-gp#readme",
  "bugs": {
    "url": "https://github.com/cityssm/node-dynamics-gp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-dynamics-gp.git"
  },
  "license": "MIT",
  "author": "The Corporation of the City of Sault Ste. Marie",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./debug": "./debug.config.js"
  },
  "files": [
    "diamond/*",
    "gp/*",
    "debug.config.*",
    "index.*"
  ],
  "scripts": {
    "coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test \"test/**/*.test.js\"",
    "test": "node --test \"test/**/*.test.js\"",
    "test:diamond": "node --test test/diamond.test.js"
  },
  "dependencies": {
    "@cacheable/node-cache": "^3.0.1",
    "@cityssm/mssql-multi-pool": "^5.1.4",
    "@cityssm/street-name-normalize": "^2.0.0",
    "@cityssm/to-millis": "^1.0.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.13",
    "@types/node": "^26.0.1",
    "debug": "^4.4.3",
    "eslint-config-cityssm": "^41.0.0",
    "prettier-config-cityssm": "^2.1.2"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
