Files
yaak/plugins/importer-insomnia/package.json
dependabot[bot] cfe3546776 Bump yaml from 2.8.2 to 2.8.3
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 03:42:04 +00: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"
}
}