mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "@yaak/template-function-response",
|
|
"displayName": "Response Template Functions",
|
|
"description": "Template functions for request chaining",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"@yaak/template-function-xml": "*"
|
|
}
|
|
}
|