Skip to main content
Module

x/fff/package.json

🌟 The Flexible & Functional Frontmatter Solution.
Go to Latest
File
{ "name": "fff-flavored-frontmatter", "type": "module", "version": "1.1.0", "description": "Type definition of the FFF Flavored Frontmatter.", "author": "藍+85CD", "license": "WTFPL", "homepage": "https://fff.js.org", "repository": { "type": "git", "url": "https://github.com/importantimport/fff.git", "directory": "packages/fff-flavored-frontmatter" }, "bugs": "https://github.com/importantimport/fff/issues", "keywords": [ "fff", "fff-flavored-frontmatter", "front", "frontmatter", "front matter", "front-matter", "typescript" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "build:watch": "tsup --watch", "lint": "eslint src", "lint:fix": "eslint src --fix", "api-extractor": "api-extractor run --local --verbose" }}