mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 15:53:24 +01:00
15 lines
312 B
JSON
15 lines
312 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",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|