Files
yaak/plugins/importer-curl/package.json
Gregory Schier 7314aedc71 Merge main into proxy branch (formatting and docs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:09:59 -07:00

16 lines
323 B
JSON

{
"name": "@yaak/importer-curl",
"displayName": "cURL Importer",
"version": "0.1.0",
"private": true,
"description": "Import requests from cURL commands",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"test": "vp test --run tests"
},
"dependencies": {
"shlex": "^3.0.0"
}
}