mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:19:30 +08:00
51 lines
No EOL
1 KiB
Text
51 lines
No EOL
1 KiB
Text
{
|
|
"name": "fff-flavored-frontmatter",
|
|
"version": "0.2.1",
|
|
"author": "藍+85CD",
|
|
"license": "WTFPL",
|
|
"keywords": [
|
|
"fff",
|
|
"fff-flavored-frontmatter",
|
|
"front",
|
|
"frontmatter",
|
|
"front matter",
|
|
"front-matter",
|
|
"typescript"
|
|
],
|
|
"description": "Yet Another Opinionated Frontmatter Variable Specs.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/importantimport/fff.git",
|
|
"directory": "types"
|
|
},
|
|
"homepage": "https://fff.js.org",
|
|
"bugs": "https://github.com/importantimport/fff/issues",
|
|
"type": "module",
|
|
"module": "dist/fff.mjs",
|
|
"main": "dist/fff.cjs",
|
|
"types": "dist/fff.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/fff.mjs",
|
|
"require": "./dist/fff.cjs",
|
|
"types": "./dist/fff.d.ts"
|
|
}
|
|
},
|
|
"unbuild": {
|
|
"entries": [
|
|
"./fff"
|
|
],
|
|
"clean": true,
|
|
"declaration": true,
|
|
"rollup": {
|
|
"emitCJS": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.7.4"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
} |