djLint/package.json
semantic-release-bot e92aee1c34 chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/Riverside-Healthcare/djLint/compare/v1.1.0...v1.1.1) (2022-05-18)

### Bug Fixes

* **windows:** fixed windows output. colorama was converting to cp1252 ([46395e2](46395e28bc))
2022-05-18 15:48:16 +00:00

73 lines
1.9 KiB
JSON

{
"name": "djlint",
"version": "1.1.1",
"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"
}
}
}