mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 08:36:40 +01:00
13 lines
241 B
JSON
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"
|
|
}
|
|
}
|