Files
yaak/plugins/importer-insomnia/package.json
2025-07-05 15:40:41 -07:00

14 lines
260 B
JSON

{
"name": "@yaak/importer-insomnia",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.js",
"dev": "yaakcli dev ./src/index.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"yaml": "^2.4.2"
}
}