Files
yaak/plugins/template-function-prompt/package.json
Gregory Schier 36bbb87a5e Mostly working
2025-07-03 11:48:17 -07:00

10 lines
193 B
JSON

{
"name": "@yaak/template-function-prompt",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js"
}
}