Files
yaak/plugins/template-function-file/package.json
Gregory Schier e213c76870 More plugins (#4)
2025-01-14 10:52:32 -08:00

10 lines
194 B
JSON

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