mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 22:48:55 -05:00
10 lines
197 B
JSON
Executable File
10 lines
197 B
JSON
Executable File
{
|
|
"name": "@yaakapp/template-function-request",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
}
|
|
}
|