UNPKG

@cityssm/dynamics-gp

Version:

Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.

49 lines (48 loc) 1.32 kB
{ "name": "@cityssm/dynamics-gp", "version": "1.4.2", "description": "Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.", "keywords": [ "cash-receipts", "dynamics-gp", "invoices", "microsoft-dynamics", "microsoft-dynamics-gp", "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", "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": { "@cacheable/node-cache": "^1.7.1", "@cityssm/mssql-multi-pool": "^5.1.0", "@cityssm/to-millis": "^1.0.1" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^24.5.2", "debug": "^4.4.3", "eslint-config-cityssm": "^29.1.1", "prettier-config-cityssm": "^1.0.0" }, "engines": { "node": ">=18.0.0" } }