{
	"name": "@webiny/api-security",
	"version": "5.44.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git"
	},
	"author": "Webiny Ltd.",
	"description": "Security layer for the Webiny GraphQL API.",
	"license": "MIT",
	"dependencies": {
		"@webiny/api": "5.44.0",
		"@webiny/api-authentication": "5.44.0",
		"@webiny/api-tenancy": "5.44.0",
		"@webiny/aws-sdk": "5.44.0",
		"@webiny/error": "5.44.0",
		"@webiny/handler": "5.44.0",
		"@webiny/handler-graphql": "5.44.0",
		"@webiny/plugins": "5.44.0",
		"@webiny/pubsub": "5.44.0",
		"@webiny/utils": "5.44.0",
		"deep-equal": "2.2.3",
		"jose": "5.10.0",
		"jsonwebtoken": "9.0.1",
		"minimatch": "5.1.6",
		"zod": "3.23.8"
	},
	"devDependencies": {
		"@types/jsonwebtoken": "9.0.2",
		"@webiny/api-wcp": "5.44.0",
		"@webiny/db-dynamodb": "5.44.0",
		"@webiny/handler-aws": "5.44.0",
		"@webiny/handler-db": "5.44.0",
		"@webiny/project-utils": "5.44.0",
		"@webiny/wcp": "5.44.0",
		"rimraf": "6.0.1",
		"typescript": "5.3.3"
	},
	"publishConfig": {
		"access": "public",
		"directory": "dist"
	},
	"scripts": {
		"build": "node ../cli/bin.js run build",
		"watch": "node ../cli/bin.js run watch"
	},
	"adio": {
		"ignoreDirs": [
			"src/install"
		]
	},
	"gitHead": "a84a4d84564b6d9b69972cea297d6edd6ea824bb"
}
