@craibuc/adp-workforce-now
Version:
Node.js library to interact with ADP's Workforce Now API.
34 lines (33 loc) • 810 B
JSON
{
"name": "@craibuc/adp-workforce-now",
"version": "1.2.3",
"description": "Node.js library to interact with ADP's Workforce Now API.",
"main": "lib/index.js",
"scripts": {
"test": "jest --testTimeout 10000"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/craibuc/node-adp-workforce-now.git"
},
"keywords": [
"adp",
"workforce-now",
"api",
"node"
],
"author": "Craig Buchanan",
"license": "ISC",
"bugs": {
"url": "https://github.com/craibuc/node-adp-workforce-now/issues"
},
"homepage": "https://github.com/craibuc/node-adp-workforce-now#readme",
"dependencies": {
"https": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"dotenv": "^16.0.3",
"jest": "^29.5.0"
}
}