Files
yaak/plugins/importer-insomnia/package.json
Gregory Schier 9df586cb59 NPM workspaces
2024-09-30 18:11:51 -07:00

13 lines
226 B
JSON

{
"name": "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"
}
}