{
	"name": "educhk",
	"version": "2026.8.26",
	"description": "Lightweight academic domain checker for edge workers. O(1) lookups for 25k+ educational domains.",
	"license": "MIT",
	"type": "module",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"files": [
		"dist"
	],
	"keywords": [
		"academic",
		"edu",
		"university",
		"college",
		"domain",
		"email",
		"verification",
		"edge",
		"cloudflare",
		"workers",
		"swot"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/FlorinPopaCodes/educhk.git",
		"directory": "packages/educhk"
	},
	"scripts": {
		"build": "tsup src/index.ts --format esm --dts --clean --target es2022"
	},
	"devDependencies": {
		"tsup": "^8.5.1",
		"typescript": "^6.0.2"
	}
}
