mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 15:06:58 +01:00
19 lines
391 B
JSON
19 lines
391 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": {
|
|
"shell-quote": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/shell-quote": "^1.7.5"
|
|
}
|
|
}
|