mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:53:54 +01:00
13 lines
278 B
JSON
13 lines
278 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": "eslint . --ext .ts,.tsx"
|
|
}
|
|
}
|