mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:03:11 +02:00
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.9.8...0.9.9) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-version: 0.9.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
403 B
JSON
18 lines
403 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.9",
|
|
"xpath": "^0.0.34"
|
|
}
|
|
}
|