Files
yaak-mountain-loop/plugins/template-function-uuid/package.json
Gregory Schier 053cbe49f9 UUID, json/x path
2025-05-28 13:07:29 -07:00

13 lines
241 B
JSON

{
"name": "@yaakapp/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"
}
}