mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-14 06:16:08 +01:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"name": "@yaak/action-copy-curl",
|
|
"displayName": "Copy as Curl",
|
|
"description": "Copy request as a curl command",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|