@mfgames-writing/weasyprint-format
Version:
A formatter plugin for mfgames-writing-format that creates PDF files.
67 lines (66 loc) • 2.03 kB
JSON
{
"name": "@mfgames-writing/weasyprint-format",
"version": "5.0.4",
"description": "A formatter plugin for mfgames-writing-format that creates PDF files.",
"keywords": [
"ebook",
"weasyprint",
"markdown",
"html"
],
"homepage": "https://gitlab.com/mfgames-writing/mfgames-writing-js#README",
"bugs": {
"url": "https://gitlab.com/mfgames-writing/mfgames-writing-js/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/mfgames-writing/mfgames-writing-js.git"
},
"license": "MIT",
"author": {
"name": "Dylan R. E. Moonfire",
"email": "d.moonfire@mfgames.com",
"url": "https://mfgames.com/"
},
"main": "lib/loader.js",
"types": "lib/loader.d.ts",
"scripts": {
"barrels": "barrelsby --delete --location all --directory src --exclude loader",
"prebuild": "yarn run barrels && yarn run format && yarn run lint",
"build": "tsc --build",
"clean": "rimraf lib",
"format": "prettier src --write \"**/*.ts\" --loglevel warn",
"lint": "eslint -c ../../.eslintrc.yml src/**/*.ts --fix",
"prepack": "yarn run build"
},
"dependencies": {
"@mfgames-writing/contracts": "^4.0.0",
"fs-extra": "^5.0.0",
"lodash": "^4.17.19",
"mz": "^2.7.0",
"pad": "^1.1.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"tmp": "0.0.28",
"zpad": "^0.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4",
"@semantic-release/npm": "^8.0.3",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/fs-extra": "^5.0.1",
"@types/node": "16.11.7",
"@types/pad": "^1.0.0",
"@types/rimraf": "^2.0.2",
"@types/semver": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"barrelsby": "^1.0.2",
"eslint": "^8.8.0",
"semantic-release": "^18.0.1",
"semantic-release-monorepo": "^7.0.5",
"typescript": "^4.5.4"
}
}