mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-01 13:14:15 +02:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "@yaak/template-function-xml",
|
|
"displayName": "XML Template Functions",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Template functions for working with XML data",
|
|
"main": "build/index.js",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.9.10",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|