Files
yaak/plugins/template-function-uuid/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

16 lines
350 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",
"lint":"eslint . --ext .ts,.tsx"
},
"dependencies": {
"uuid": "^11.1.0"
}
}