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

@@ -1,17 +1,9 @@
{
"name": "template-function-request",
"name": "@yaakapp/template-function-request",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
},
"dependencies": {
"jsonpath-plus": "^9.0.0",
"xpath": "^0.0.34",
"@xmldom/xmldom": "^0.8.10"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
}