48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@unhead/shared",
|
|
"type": "module",
|
|
"version": "1.11.19",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"head",
|
|
"meta tags",
|
|
"types"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"packrup": "^0.1.2",
|
|
"@unhead/schema": "1.11.19"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild .",
|
|
"stub": "unbuild . --stub",
|
|
"export:sizes": "npx export-size . -r"
|
|
},
|
|
"__npminstall_done": true,
|
|
"_from": "@unhead/shared@1.11.19",
|
|
"_resolved": "https://registry.npmmirror.com/@unhead/shared/-/shared-1.11.19.tgz"
|
|
} |