Files
yaak/plugins/importer-insomnia/package.json
dependabot[bot] e805b225f7 Bump yaml from 2.8.2 to 2.8.3 (#435)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-23 06:38:00 -07:00

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"
}
}