mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-16 12:47:46 +01:00
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "@yaak/action-copy-curl",
|
|
"displayName": "Copy as Curl",
|
|
"description": "Copy request as a curl command",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/action-copy-curl"
|
|
},
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vitest --run tests"
|
|
}
|
|
}
|