Files
yaak-mountain-loop/plugins/template-function-encode/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

13 lines
319 B
JSON

{
"name": "@yaak/template-function-encode",
"displayName": "Encoding Template Functions",
"description": "Template functions for encoding and decoding data",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"eslint . --ext .ts,.tsx"
}
}