aws-lager
Version:
AWS Lambda / API Gateway / Endpoint Router
16 lines (15 loc) • 325 B
JSON
{
"name": "sample-app",
"version": "1.0.0",
"description": "A sample app to test the Lager framework",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexis Hénaut",
"license": "MIT",
"dependencies": {}
}