Add new plugins

This commit is contained in:
Gregory Schier
2024-10-09 09:54:15 -07:00
parent 0f4d3bdbb5
commit d28100d682
18 changed files with 313 additions and 87 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "@yaakapp/template-function-hash",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
}
}