mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 05:33:29 +01: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"
|
|
}
|
|
}
|