posthtml-typograf
Version:
PostHTML plugin for typograf
36 lines (35 loc) • 805 B
JSON
{
"author": "efiand",
"bugs": {
"url": "https://github.com/efiand/posthtml-typograf/issues"
},
"dependencies": {
"posthtml-parser": "0.12.1",
"posthtml-render": "3.0.0",
"typograf": "7.4.4"
},
"description": "PostHTML plugin for typograf",
"devDependencies": {
"pineglade-tools": "0.1.2"
},
"keywords": [
"posthtml",
"typograf"
],
"license": "ISC",
"main": "index.js",
"name": "posthtml-typograf",
"pre-commit": "lint-format",
"repository": {
"type": "git",
"url": "git+https://github.com/efiand/posthtml-typograf.git"
},
"scripts": {
"lint": "eslint . && prettier --check .",
"lint-format": "eslint . --fix && prettier --write .",
"upgrade": "node node_modules/pineglade-tools/configs/upgrade"
},
"type": "module",
"types": "index.d.ts",
"version": "0.0.4"
}