@marko/prettyprint
Version:
Prettyprint Marko template files in the syntax of your choice
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "@marko/prettyprint",
"description": "Prettyprint Marko template files in the syntax of your choice",
"version": "3.0.1",
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"bugs": "https://github.com/marko-js/cli/issues/new?template=Bug_report.md",
"dependencies": {
"@babel/runtime": "^7.13.10",
"argly": "^1.2.0",
"chalk": "^4.1.0",
"editorconfig": "^0.15.2",
"lasso-package-root": "^1.0.1",
"marko": "^4.14.21",
"minimatch": "^3.0.4",
"prettier": "^1.17.1",
"redent": "^2.0.0",
"resolve-from": "^5.0.0",
"update-notifier": "^5.1.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/marko-js/cli/tree/master/packages/prettyprint",
"keywords": [
"marko",
"prettyprint",
"templates"
],
"license": "MIT",
"main": "dist/index.js",
"bin": {
"marko-prettyprint": "./dist/bin.js"
},
"maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>",
"Michael Rawlings <ml.rawlings@gmail.com>",
"Austin Kelleher <a@alk.im>",
"Dylan Piercey <pierceydylan@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/marko-js/cli.git"
},
"gitHead": "c7fff31a14cf90f7c2b5905422a8698140a71197"
}