{
	"name": "@webiny/api-core",
	"version": "6.4.8",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git"
	},
	"description": "Core package for developing API-related features. Includes tenancy, security, system, and admin users.",
	"author": "Webiny Ltd.",
	"license": "MIT",
	"exports": {
		".": "./index.js",
		"./*": "./*"
	},
	"dependencies": {
		"@ai-sdk/anthropic": "4.0.10",
		"@ai-sdk/openai": "4.0.9",
		"@webiny/api": "6.4.8",
		"@webiny/di": "1.0.2",
		"@webiny/error": "6.4.8",
		"@webiny/feature": "6.4.8",
		"@webiny/feature-flags": "6.4.8",
		"@webiny/handler": "6.4.8",
		"@webiny/handler-db": "6.4.8",
		"@webiny/handler-graphql": "6.4.8",
		"@webiny/plugins": "6.4.8",
		"@webiny/utils": "6.4.8",
		"@webiny/wcp": "6.4.8",
		"ai": "7.0.18",
		"dataloader": "2.2.3",
		"jose": "6.2.3",
		"jsonwebtoken": "9.0.3",
		"lodash": "4.18.1",
		"minimatch": "10.2.5",
		"pino": "10.3.1",
		"pino-lambda": "4.4.1",
		"zod": "4.4.3"
	},
	"devDependencies": {
		"@types/jsonwebtoken": "9.0.10",
		"@webiny/build-tools": "6.4.8",
		"@webiny/db-dynamodb": "6.4.8",
		"@webiny/handler-aws": "6.4.8",
		"@webiny/project-utils": "6.4.8",
		"jest-dynalite": "3.6.1",
		"rimraf": "6.1.3",
		"typescript": "6.0.3",
		"vitest": "4.1.10"
	},
	"publishConfig": {
		"access": "public"
	},
	"webiny": {
		"publishFrom": "dist"
	}
}
