Files
yaak/plugins/template-function-uuid/package.json
Gregory Schier 36bbb87a5e Mostly working
2025-07-03 11:48:17 -07:00

13 lines
238 B
JSON

{
"name": "@yaak/template-function-uuid",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
},
"dependencies": {
"uuid": "^11.1.0"
}
}