UNPKG

insomnia-plugin-uu-sync

Version:
48 lines (47 loc) 1.23 kB
{ "name": "insomnia-plugin-uu-sync", "version": "1.0.3", "author": "Bogan <franc.bohuslav@gmail.com>", "description": "Import manager and table viewer for Insomnia", "license": "MIT", "scripts": { "build": "tsc --project tsconfig.json --extendedDiagnostics", "watch": "tsc --watch --project tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/francbohuslav/insomnia-plugin-uu-sync.git" }, "keywords": [ "insomnia", "plugin", "git", "uu" ], "bugs": { "url": "https://github.com/francbohuslav/insomnia-plugin-uu-sync/issues" }, "main": "dist/index.js", "insomnia": { "name": "uu-sync", "displayName": "uuSync Plugin", "description": "This plugin allows users to easily import/export workspace to a configured file.", "images": { "icon": "icon.png" }, "applications": { "core": "*" } }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "homepage": "https://github.com/francbohuslav/insomnia-plugin-uu-sync#readme", "devDependencies": { "@types/node": "^14.14.41", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "typescript": "^4.2.4" } }