Urara-Blog/node_modules/.pnpm-store/v3/files/7d/cd9fe491d86b5107b414c7eaabffc90299242b3703bef74f174c9ab2d76f6588dad436595e1e70aa07927c7f24a8037576862706bed1ef8a3ed2d71ee1c4ba
2022-08-14 01:14:53 +08:00

52 lines
No EOL
1.2 KiB
Text

{
"name": "@unocss/preset-web-fonts",
"version": "0.45.6",
"description": "Web Fonts support for Uno CSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-web-fonts#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-web-fonts"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset",
"fonts",
"web-fonts",
"google-fonts"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./fs": {
"types": "./dist/fs.d.ts",
"require": "./dist/fs.cjs",
"import": "./dist/fs.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.css"
],
"dependencies": {
"@unocss/core": "0.45.6",
"ohmyfetch": "^0.4.18"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}