-
-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "djlint",
"version": "1.39.2",
"description": "HTML Template Linter and Formatter",
"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"
],
"homepage": "https://djlint.com",
"bugs": {
"url": "https://github.com/djlint/djLint/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djlint/djLint.git"
},
"license": "GPL-3.0-or-later",
"author": {
"name": "Christopher Pickering",
"url": "https://going.bg"
},
"files": [],
"scripts": {
"postinstall": "python3 -m pip install --upgrade djlint==1.39.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"prettier": "3.8.4",
"prettier-plugin-packagejson": "3.0.2"
}
}