{
	"name": "geomni",
	"version": "1.0.0",
	"description": "for local lambda setup need a test scopeId scope id will be used in event.json file execute this commands npm install -g lambda-local lambda-local -l index.js -h handler -e event.json",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "SET NODE_ENV=production & nodemon index.js",
		"startdev": "nodemon index.js"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"dependencies": {
		"axios": "^1.2.1",
		"mysql": "^2.15.0"
	},
	"devDependencies": {}
}
