mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 13:43:39 +01:00
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"name": "@yaak/template-function-random",
|
|
"displayName": "Random Template Functions",
|
|
"description": "Template functions for generating random values",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
}
|
|
}
|