{ "name": "@yaak/importer-curl", "displayName": "cURL Importer", "description": "Import requests from cURL commands", "private": true, "version": "0.1.0", "scripts": { "build": "yaakcli build", "dev": "yaakcli dev", "test": "vitest --run tests" }, "dependencies": { "shell-quote": "^1.8.1" }, "devDependencies": { "@types/shell-quote": "^1.7.5" } }