Files
yaak/plugins/importer-insomnia/package.json
Gregory Schier 7314aedc71 Merge main into proxy branch (formatting and docs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 12:09:59 -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.4.2"
}
}