mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-04 12:29:16 -05:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "@yaak/template-function-prompt",
|
|
"displayName": "Prompt Template Functions",
|
|
"description": "Template functions for prompting for user input",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
},
|
|
"dependencies": {
|
|
"slugify": "^1.6.6"
|
|
}
|
|
}
|