Files
yaak/plugins/importer-curl/package.json
2026-02-09 08:22:11 -08:00

16 lines
322 B
JSON

{
"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": {
"shlex": "^3.0.0"
}
}