{
	"name": "@servemate/dto",
	"version": "1.0.8",
	"description": "Comprehensive DTO package for ServeMate restaurant management system. Includes type-safe DTOs with Zod validation for users, orders, payments, tables, and menu items management.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "tsc",
		"clean": "rm -rf dist",
		"prebuild": "npm run clean",
		"prepare": "npm run build",
		"test": "jest",
		"test:watch": "jest --watch",
		"test:coverage": "jest --coverage",
		"pack": "npm pack --dry-run"
	},
	"devDependencies": {
		"@types/jest": "^29.5.11",
		"jest": "^29.7.0",
		"ts-jest": "^29.1.1",
		"typescript": "^5.7.2"
	},
	"peerDependencies": {
		"zod": "^3.23.8"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/inmorpher/ServeMate-DTO.git"
	},
	"bugs": {
		"url": "https://github.com/inmorpher/ServeMate-DTO/issues"
	},
	"homepage": "https://github.com/inmorpher/ServeMate-DTO#readme",
	"keywords": [
		"dto",
		"servemate",
		"typescript",
		"restaurant",
		"management",
		"zod",
		"validation",
		"type-safe"
	],
	"author": "ServeMate Team",
	"license": "ISC",
	"publishConfig": {
		"access": "public"
	}
}
