mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 20:31:47 +01:00
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>
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"
|
|
}
|
|
}
|