mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-20 22:57:44 +01:00
16 lines
322 B
JSON
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"
|
|
}
|
|
}
|