You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Harvey brings Harvest time tracking into Slack to get your team quickly and easily tracking their hours and keep your projects running smoothly.",
"main": "handler.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"@types/lodash": "^4.14.129",
"axios": "^0.18.0",
"lodash": "^4.17.11",
"moment": "^2.24.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.1",
"@types/jest": "^24.0.13",
"@types/node": "^8.0.57",
"jest": "^24.8.0",
"serverless-webpack": "^5.1.1",
"source-map-support": "^0.5.6",
"ts-jest": "^24.0.2",
"ts-loader": "^4.2.0",
"typescript": "^2.9.2",
"webpack": "^4.5.0"
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",