mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 06:57:11 +01:00
16 lines
381 B
JSON
16 lines
381 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",
|
|
"lint": "tsc --noEmit && eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"slugify": "^1.6.6"
|
|
}
|
|
}
|