@unhead/dom
Version:
41 lines • 872 B
JSON
{
"name": "@unhead/dom",
"type": "module",
"version": "2.1.12",
"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/dom"
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"bugs": {
"url": "https://github.com/unjs/unhead/issues"
},
"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.1.12"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}