Files
yaak/plugins/template-function-uuid/package.json
2025-07-06 12:47:13 -07:00

16 lines
355 B
JSON

{
"name": "@yaak/template-function-uuid",
"displayName": "UUID Template Functions",
"description": "Template functions for generating UUIDs",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev",
"lint": "tsc --noEmit"
},
"dependencies": {
"uuid": "^11.1.0"
}
}