Files
discord-clone/node_modules/@unhead/ssr/package.json
2023-01-03 09:29:04 -06:00

43 lines
1008 B
JSON

{
"name": "@unhead/ssr",
"type": "module",
"version": "1.0.14",
"packageManager": "pnpm@7.19.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://github.com/harlan-zw/unhead#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harlan-zw/unhead.git",
"directory": "packages/ssr"
},
"bugs": {
"url": "https://github.com/harlan-zw/unhead/issues"
},
"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"
],
"dependencies": {
"@unhead/schema": "1.0.14"
},
"devDependencies": {
"zhead": "^1.0.9"
},
"scripts": {
"build": "unbuild .",
"stub": "unbuild . --stub",
"export:sizes": "npx export-size . -r"
}
}