{ "name": "@zhead/schema", "version": "1.0.9", "packageManager": "pnpm@7.8.0", "author": "Harlan Wilton ", "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw", "homepage": "https://github.com/harlan-zw/zhead#readme", "repository": { "type": "git", "url": "git+https://github.com/harlan-zw/zhead.git", "directory": "packages/schema" }, "bugs": { "url": "https://github.com/harlan-zw/zhead/issues" }, "keywords": [ "head", "types" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "unbuild .", "stub": "unbuild . --stub", "export:sizes": "npx export-size . -r" } }