Files
yaak/plugins/template-function-fs/package.json
Gregory Schier 17a429525f Tweak plugins
2024-10-15 07:45:45 -07:00

10 lines
192 B
JSON

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