{
	"name": "@webiny/utils",
	"version": "6.4.8",
	"type": "module",
	"exports": {
		".": "./index.js",
		"./*": "./*"
	},
	"types": "index.d.ts",
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git",
		"directory": "packages/utils"
	},
	"description": "A collection of simple helper utils that are used throughout our system. Use internally only.",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@noble/hashes": "2.2.0",
		"@webiny/error": "6.4.8",
		"@webiny/feature": "6.4.8",
		"@webiny/plugins": "6.4.8",
		"bson-objectid": "2.0.4",
		"jsonpack": "1.1.5",
		"nanoid": "5.1.16",
		"nanoid-dictionary": "5.0.0",
		"p-retry": "8.0.0",
		"zod": "4.4.3"
	},
	"devDependencies": {
		"@webiny/build-tools": "6.4.8",
		"rimraf": "6.1.3",
		"typescript": "6.0.3",
		"vitest": "4.1.10"
	},
	"webiny": {
		"publishFrom": "dist"
	}
}
