We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9457f84 commit da062c2Copy full SHA for da062c2
package.json
@@ -18,6 +18,9 @@
18
"keywords": [],
19
"author": "Nathan LaFreniere <[email protected]>",
20
"license": "ISC",
21
+ "dependencies": {
22
+ "mustache": "^4.2.0"
23
+ },
24
"devDependencies": {
25
"@tsconfig/node18": "^18.0.0",
26
"@types/mustache": "^4.0.0",
@@ -26,7 +29,6 @@
29
"@typescript-eslint/eslint-plugin": "^5.0.0",
27
30
"@typescript-eslint/parser": "^5.0.0",
28
31
"eslint": "^8.0.0",
- "mustache": "^4.2.0",
32
"tap": "^16.0.0",
33
"ts-node": "^10.0.0",
34
"typescript": "^5.0.0"
0 commit comments