{
	"name": "@lusc/fastmail-masked-email",
	"publishConfig": {
		"access": "public"
	},
	"version": "2.0.0",
	"description": "A library for creating, deleting, and updating Fastmail masked emails",
	"exports": {
		".": "./dist/index.js"
	},
	"repository": "https://github.com/melusc/fastmail-masked-email",
	"license": "MIT",
	"keywords": [
		"fastmail",
		"masked",
		"email"
	],
	"engines": {
		"node": "^18.20.2 || ^20.12.2 || ^22.0.0"
	},
	"scripts": {
		"test": "vitest run",
		"fmt": "prettier -w . && xo --fix",
		"build": "rimraf dist && tsc",
		"dev": "yarn build && yarn start"
	},
	"dependencies": {
		"zod": "^3.23.3"
	},
	"type": "module",
	"packageManager": "yarn@4.1.1",
	"devDependencies": {
		"@lusc/tsconfig": "^4.0.0",
		"@types/node": "^20.12.7",
		"dotenv": "^16.4.5",
		"prettier": "^3.2.5",
		"rimraf": "^5.0.5",
		"tsd": "^0.31.0",
		"typescript": "^5.4.5",
		"vitest": "^1.5.0",
		"xo": "^0.58.0"
	},
	"files": [
		"dist",
		"readme.md"
	]
}
