@unhead/schema
Version:
Typescript definitions for document `<head>`. This is deprecated and only acts as alias of `unhead/types`.
43 lines • 892 B
JSON
{
"name": "@unhead/schema",
"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/schema"
},
"bugs": {
"url": "https://github.com/unjs/unhead/issues"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"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"
],
"scripts": {
"build": "unbuild .",
"stub": "unbuild . --stub"
}
}