package.json
{
"name": "@cityssm/avanti-api",
"version": "1.0.0-beta.2",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"description": "An unofficial wrapper around the Avanti API.",
"keywords": [
"avanti",
"payroll"
],
"exports": "./index.js",
"scripts": {
"test": "cross-env NODE_ENV=dev DEBUG=avanti-api node --test",
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-avanti-api.git"
},
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/node-avanti-api/issues"
},
"homepage": "https://github.com/cityssm/node-avanti-api#readme",
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.3.0",
"eslint-config-cityssm": "^6.0.0",
"prettier-config-cityssm": "^1.0.0"
},
"dependencies": {
"debug": "^4.3.6"
}
}