{ "name": "insomnia-plugin-base64", "version": "2.1.0", "author": "Gregory Schier ", "description": "Insomnia base64 template tag", "license": "MIT", "repository": "https://github.com/getinsomnia/insomnia/tree/master/plugins/insomnia-plugin-base64", "bugs": { "url": "https://github.com/getinsomnia/insomnia" }, "main": "index.js", "insomnia": { "name": "base64", "description": "Encode/Decode base64 strings" }, "scripts": { "test": "jest --silent" } }