mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-22 08:10:24 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "djlint",
|
|
"version": "0.7.5",
|
|
"description": "HTML Template Linter and Formatter",
|
|
"main": "./bin/index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Riverside-Healthcare/djLint.git"
|
|
},
|
|
"keywords": [
|
|
"html template linter",
|
|
"html template formatter",
|
|
"jinja template linter",
|
|
"jinja template formatter",
|
|
"nunjucks template linter",
|
|
"nunjucks template formatter",
|
|
"twig template linter",
|
|
"twig template formatter",
|
|
"handlebars template linter",
|
|
"handlebars template formatter",
|
|
"mustache template linter",
|
|
"mustache template formatter",
|
|
"golang template linter",
|
|
"golang template formatter",
|
|
"angular template linter",
|
|
"angular template formatter"
|
|
],
|
|
"files": [
|
|
"src",
|
|
"bin",
|
|
"requirements.txt"
|
|
],
|
|
"bin": {
|
|
"djlint": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./bin/install.js"
|
|
},
|
|
"author": {
|
|
"name": "Christopher Pickering",
|
|
"url": "https://going.bg"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Riverside-Healthcare/djLint/issues"
|
|
},
|
|
"homepage": "https://djlint.com",
|
|
"dependencies": {
|
|
"yargs": "^17.3.1"
|
|
}
|
|
}
|