-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.47 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
46
47
48
49
50
51
52
53
54
55
{
"name": "djlint",
"version": "1.44.2",
"description": "HTML Template Linter and Formatter",
"keywords": [
"html template linter",
"html template formatter",
"django template linter",
"django template formatter",
"jinja template linter",
"jinja template formatter",
"twig template linter",
"twig template formatter",
"nunjucks template linter",
"nunjucks template formatter",
"handlebars template linter",
"handlebars template formatter",
"liquid template linter",
"liquid template formatter",
"go template linter",
"go template formatter",
"golang template linter",
"golang template formatter",
"angular template linter",
"angular template formatter",
"mustache template linter",
"mustache template formatter",
"tera template linter",
"tera template formatter",
"askama template linter",
"askama 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.44.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.1",
"prettier": "3.9.6",
"prettier-plugin-packagejson": "3.0.2"
}
}