{
	"name": "lambda-resource-helpers",
	"version": "0.0.1",
	"main": "./dist/index.js",
	"scripts": {
		"db": "sls dynamodb start --stage local --region localhost",
		"publish": "npm publish --access=public"
	},
	"dependencies": {
		"@types/json-stringify-safe": "^5.0.0",
		"@types/lodash": "^4.14.149",
		"@types/nanoid": "^2.1.0",
		"@types/node": "^13.7.6",
		"@types/winston": "^2.4.4",
		"@types/yup": "^0.26.32",
		"aws-sdk": "^2.596.0",
		"axios": "^0.19.0",
		"json-stringify-safe": "^5.0.1",
		"lodash": "^4.17.15",
		"moment": "^2.24.0",
		"nanoid": "^2.1.8",
		"source-map-support": "^0.5.10",
		"winston": "^3.2.1",
		"yup": "^0.28.3"
	},
	"devDependencies": {
		"@types/aws-lambda": "^8.10.17",
		"@types/jest": "^24.9.1",
		"aws-lambda": "^1.0.1",
		"jest": "^24.9.0",
		"lambda-event-mock": "^1.5.0",
		"serverless": "^1.79.0",
		"serverless-dynamodb-local": "^0.2.39",
		"ts-jest": "^24.2.0",
		"ts-node": "^8.5.4",
		"tslint": "^5.20.1",
		"tslint-config-prettier": "^1.18.0",
		"tslint-plugin-prettier": "^2.1.0",
		"typescript": "^3.2.4"
	},
	"author": "xKore",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/visionsofparadise/xlambdahelpers.git"
	},
	"bugs": {
		"url": "https://github.com/visionsofparadise/xlambdahelpers/issues"
	},
	"homepage": "https://github.com/visionsofparadise/xlambdahelpers#readme"
}