-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.01 KB
/
package.json
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
{
"name": "@factorial/eleventy-plugin-twig",
"description": "Twig templating engine for eleventy",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factorial-io/eleventy-plugin-twig.git"
},
"author": "Dennis Jauernig <dennis@factorial.io>",
"keywords": [
"Twig",
"TwigJs",
"eleventy",
"11ty",
"eleventy-plugin"
],
"bugs": {
"url": "https://github.com/factorial-io/eleventy-plugin-twig/issues"
},
"homepage": "https://github.com/factorial-io/eleventy-plugin-twig#readme",
"dependencies": {
"@11ty/eleventy-utils": "^1.0.3"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"eslint-plugin-jsdoc": "^50.3.1",
"globals": "^15.10.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
"@11ty/eleventy-img": "^5.0.0",
"twig": "^1.17.1"
}
}