{
	"name": "@edgefirst-dev/core",
	"version": "0.0.42",
	"description": "The core of the Edge-first Stack",
	"license": "MIT",
	"funding": [
		"https://github.com/sponsors/sergiodxa"
	],
	"author": {
		"name": "Sergio Xalambrí",
		"email": "hello+oss@sergiodxa.com",
		"url": "https://sergiodxa.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/edgefirst-dev/core"
	},
	"homepage": "https://github.com/edgefirst-dev/core",
	"bugs": {
		"url": "https://github.com/edgefirst-dev/core/issues"
	},
	"scripts": {
		"build": "tsc",
		"typecheck": "tsc --noEmit",
		"quality": "biome check .",
		"quality:fix": "biome check . --write --unsafe",
		"exports": "bun run ./scripts/exports.ts"
	},
	"sideEffects": false,
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"files": [
		"build",
		"package.json",
		"README.md"
	],
	"exports": {
		".": "./build/index.js",
		"./worker": "./build/worker.js",
		"./package.json": "./package.json"
	},
	"dependencies": {
		"@cloudflare/puppeteer": "^0.0.14",
		"@cloudflare/workers-types": "^4.20241011.0",
		"@edgefirst-dev/api-client": "^0.0.1",
		"@edgefirst-dev/data": "^0.0.2",
		"@edgefirst-dev/r2-file-storage": "^1.0.0",
		"@edgefirst-dev/worker-kv-rate-limit": "^1.0.0",
		"@mjackson/form-data-parser": "^0.4.0",
		"@mjackson/headers": "^0.7.2",
		"@oslojs/crypto": "^1.0.1",
		"@oslojs/encoding": "^1.1.0",
		"@paralleldrive/cuid2": "^2.2.2",
		"bcryptjs": "^2.4.3",
		"bowser": "^2.11.0",
		"drizzle-orm": "^0.35.1",
		"inflected": "^2.1.0",
		"type-fest": "^4.26.1"
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "^0.16.4",
		"@biomejs/biome": "^1.9.4",
		"@total-typescript/tsconfig": "^1.0.4",
		"@types/bcryptjs": "^2.4.6",
		"@types/bun": "^1.1.11",
		"@types/inflected": "^2.1.3",
		"consola": "^3.2.3",
		"msw": "^2.5.1",
		"typedoc": "^0.26.10",
		"typedoc-plugin-mdn-links": "^3.3.3",
		"typescript": "^5.6.3",
		"wrangler": "^3.81.0"
	}
}
