Files
yaak/plugins/template-function-encode/package.json
2025-07-05 15:40:41 -07:00

11 lines
221 B
JSON

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