djLint/package.json
semantic-release-bot db0f760f0a chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/Riverside-Healthcare/djLint/compare/v1.0.2...v1.0.3) (2022-05-13)

### Bug Fixes

* **code tags:** fixed indentation on code tags w/ trailing text ([a830bc4](a830bc47a2)), closes [#244](https://github.com/Riverside-Healthcare/djLint/issues/244)
2022-05-13 00:57:28 +00:00

73 lines
1.9 KiB
JSON

{
"name": "djlint",
"version": "1.0.3",
"description": "HTML Template Linter and Formatter",
"private": true,
"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",
"commit": "git add . && pre-commit run && git add . && cz --no-verify"
},
"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.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"cz-conventional-changelog": "3.3.0",
"semantic-release": "19.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}