Files
yaak/src-tauri/vendored/plugins/importer-postman/package.json
Gregory Schier d28100d682 Add new plugins
2024-10-09 09:54:15 -07:00

11 lines
218 B
JSON
Generated

{
"name": "@yaakapp/importer-postman",
"private": true,
"version": "0.0.1",
"main": "./build/index.js",
"scripts": {
"build": "yaakcli build ./src/index.js",
"dev": "yaakcli dev ./src/index.js"
}
}