djLint/package.json
semantic-release-bot 62cdb12b4b chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/Riverside-Healthcare/djLint/compare/v1.1.1...v1.2.0) (2022-06-16)

### Features

* **whitespace:** add option to preserver some whitespace before text ([15ead70](15ead700d1)), closes [#260](https://github.com/Riverside-Healthcare/djLint/issues/260)
2022-06-16 18:56:26 +00:00

73 lines
1.9 KiB
JSON

{
"name": "djlint",
"version": "1.2.0",
"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.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}