mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 05:33:29 +01:00
17 lines
392 B
JSON
Executable File
17 lines
392 B
JSON
Executable File
{
|
|
"name": "@yaak/template-function-xml",
|
|
"displayName": "XML Template Functions",
|
|
"description": "Template functions for working with XML data",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.8.10",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|