UNPKG

@cityssm/worktech-api

Version:

Integrations with the WorkTech (Pearl) work order management system.

47 lines (46 loc) 1.5 kB
{ "name": "@cityssm/worktech-api", "version": "0.17.0", "description": "Integrations with the WorkTech (Pearl) 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:employees": "node --test \"test/employees.test.js\"", "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": { "@cacheable/node-cache": "^1.7.5", "@cityssm/mssql-multi-pool": "^5.1.1", "@cityssm/to-millis": "^1.0.1", "@cityssm/utils-datetime": "^1.3.0", "debug": "^4.4.3" }, "devDependencies": { "@types/debug": "^4.1.12", "eslint-config-cityssm": "^34.1.0", "prettier-config-cityssm": "^1.0.0" } }