UUID, json/x path

This commit is contained in:
Gregory Schier
2025-05-28 13:07:29 -07:00
parent 21b9e5a02b
commit 053cbe49f9
8 changed files with 298 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "@yaakapp/template-function-xml",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
}
}