@cityssm/worktech-api
Version:
Integrations with the WorkTech (Pearl) work order management system.
58 lines (57 loc) • 1.67 kB
JSON
{
"name": "@cityssm/worktech-api",
"version": "0.18.1",
"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",
"sideEffects": false,
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js"
},
"files": [
"helpers/*",
"queries/*",
"apiConfig.*",
"debug.config.*",
"index.*"
],
"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\""
},
"overrides": {
"uuid": "14.0.0"
},
"dependencies": {
"@cacheable/node-cache": "^3.0.0",
"@cityssm/mssql-multi-pool": "^5.1.4",
"@cityssm/to-millis": "^1.0.1",
"@cityssm/utils-datetime": "^1.3.0",
"debug": "^4.4.3"
},
"devDependencies": {
"@types/debug": "^4.1.13",
"eslint-config-cityssm": "^39.1.0",
"prettier-config-cityssm": "^2.1.2"
}
}