UNPKG

@unhead/shared

Version:

Shared utils needed for Unhead. This is deprecated and only acts as alias of `unhead/utils`.

46 lines 942 B
{ "name": "@unhead/shared", "type": "module", "version": "2.0.13", "author": "Harlan Wilton <harlan@harlanzw.com>", "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw", "homepage": "https://unhead.unjs.io", "repository": { "type": "git", "url": "git+https://github.com/unjs/unhead.git", "directory": "packages/shared" }, "publishConfig": { "access": "public", "tag": "next" }, "bugs": { "url": "https://github.com/unjs/unhead/issues" }, "keywords": [ "head", "meta tags", "types" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "unhead": "2.0.13" }, "scripts": { "build": "unbuild ", "stub": "unbuild --stub" } }