Skip to main content
Module

x/fff/package.json

🌟 Yet Another Opinionated Frontmatter Variable Specs.
Go to Latest
File
{ "name": "fff-flavored-frontmatter", "version": "0.4.2", "author": "藍+85CD", "license": "WTFPL", "keywords": [ "fff", "fff-flavored-frontmatter", "front", "frontmatter", "front matter", "front-matter", "typescript" ], "description": "Type definition of the FFF Flavored Frontmatter.", "repository": { "type": "git", "url": "https://github.com/importantimport/fff.git", "directory": "packages/fff-flavored-frontmatter" }, "homepage": "https://fff.js.org", "bugs": "https://github.com/importantimport/fff/issues", "type": "module", "source": "./fff.ts", "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" }, "./package.json": "./package.json" }, "files": [ "fff.ts", "dist" ], "unbuild": { "entries": [ "./fff" ], "clean": true, "declaration": true, "rollup": { "emitCJS": true } }, "scripts": { "build": "unbuild", "build:watch": "unbuild --stub" }}