Files
yaak/plugins/template-function-encode/package.json
2025-05-25 20:27:04 -07:00

10 lines
196 B
JSON

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