{ "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" } }