Files
yaak/plugins/template-function-uuid/package.json
dependabot[bot] 980f26f2f0 Bump uuid from 11.1.0 to 14.0.0 (#445)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 06:37:40 -07:00

15 lines
312 B
JSON

{
"name": "@yaak/template-function-uuid",
"displayName": "UUID Template Functions",
"version": "0.1.0",
"private": true,
"description": "Template functions for generating UUIDs",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
},
"dependencies": {
"uuid": "^14.0.0"
}
}