mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
13 lines
235 B
JSON
13 lines
235 B
JSON
{
|
|
"name": "@yaakapp/importer-insomnia",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.js",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.4.2"
|
|
}
|
|
}
|