mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 11:05:01 +01:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "@yaak/importer-insomnia",
|
|
"displayName": "Insomnia Importer",
|
|
"description": "Import data from Insomnia",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"lint": "eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.4.2"
|
|
}
|
|
}
|