lambee
Version:
A tool to help developer work with AWS Lambda.
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "lambee",
"version": "0.2.1",
"description": "A tool to help developer work with AWS Lambda.",
"main": "index.js",
"scripts": {
"publish": "npm run lint && npm publish",
"test": "jest",
"testcoverage": "jest --coverage",
"lint": "eslint . --fix"
},
"bin": {
"lambee": "./index.js"
},
"keywords": [
"AWS Lambda",
"Discoverability",
"Transparency",
"Microservices",
"Micro Services",
"Logging"
],
"contributors": [
"Lloyd Sayce",
"David MacCallum",
"Quintin Botes",
"Mthobisi Mkhonto"
],
"license": "MIT",
"repository": "https://bitbucket.org/centbee/lambee-cli",
"dependencies": {
"aws-sdk": "^2.517.0",
"chalk": "^2.4.2",
"chrono-node": "^1.3.11",
"commander": "^2.10.0",
"eol": "^0.9.1",
"moment": "^2.24.0",
"open": "^6.4.0",
"ramda": "^0.26.1",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.8.0"
}
}