We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3164c6 commit c0df59cCopy full SHA for c0df59c
1 file changed
package.json
@@ -3,13 +3,18 @@
3
"version": "0.1.0",
4
"description": "Fork of Eta.js with hookable load content transformers.",
5
"license": "MIT",
6
- "keywords": ["eta", "template-engine"],
+ "keywords": [
7
+ "eta",
8
+ "template-engine"
9
+ ],
10
"repository": {
11
"type": "git",
12
"url": "https://github.com/vralle/eta-hooked.git"
13
},
14
"type": "module",
- "files": ["dist"],
15
+ "files": [
16
+ "dist"
17
18
"main": "./dist/index.js",
19
"types": "./dist/index.d.ts",
20
"exports": {
@@ -31,6 +36,7 @@
31
36
"eta": "^3.5"
32
37
33
38
"devDependencies": {
39
+ "@types/node": "^24.0.13",
34
40
"vitest": "^3.2"
35
41
}
42
0 commit comments