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

11 lines
222 B
JSON
Executable File

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