{
	"name": "@webiny/background-tasks",
	"version": "6.4.8",
	"type": "module",
	"exports": {
		".": "./index.js",
		"./api": "./api/index.js",
		"./admin/*": "./admin/*",
		"./*": "./*"
	},
	"description": "Background Tasks feature for Webiny",
	"keywords": [
		"background-tasks:base"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git",
		"directory": "packages/background-tasks"
	},
	"license": "MIT",
	"dependencies": {
		"@webiny/admin-ui": "6.4.8",
		"@webiny/api": "6.4.8",
		"@webiny/api-core": "6.4.8",
		"@webiny/api-headless-cms": "6.4.8",
		"@webiny/app": "6.4.8",
		"@webiny/app-admin": "6.4.8",
		"@webiny/aws-sdk": "6.4.8",
		"@webiny/error": "6.4.8",
		"@webiny/feature": "6.4.8",
		"@webiny/handler": "6.4.8",
		"@webiny/handler-aws": "6.4.8",
		"@webiny/handler-graphql": "6.4.8",
		"@webiny/icons": "6.4.8",
		"@webiny/plugins": "6.4.8",
		"@webiny/sdk": "6.4.8",
		"@webiny/utils": "6.4.8",
		"deep-equal": "2.2.3",
		"lodash": "4.18.1",
		"mobx": "6.16.1",
		"mobx-react-lite": "4.1.1",
		"object-merge-advanced": "14.1.3",
		"object-sizeof": "2.6.5",
		"react": "18.3.1",
		"react-dom": "18.3.1",
		"zod": "4.4.3"
	},
	"devDependencies": {
		"@webiny/build-tools": "6.4.8",
		"@webiny/project-utils": "6.4.8",
		"rimraf": "6.1.3",
		"type-fest": "5.8.0",
		"typescript": "6.0.3",
		"vitest": "4.1.10"
	},
	"publishConfig": {
		"access": "public"
	},
	"webiny": {
		"publishFrom": "dist"
	}
}
