mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
18 lines
403 B
JSON
Executable File
18 lines
403 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",
|
|
"main": "build/index.js",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.9.8",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|