mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-30 11:23:28 -04:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "@yaak/importer-insomnia",
|
|
"displayName": "Insomnia Importer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Import data from Insomnia",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vp test --run tests"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.8.3"
|
|
}
|
|
}
|