insomnia/plugins/insomnia-plugin-base64/package.json

26 lines
594 B
JSON
Raw Normal View History

{
"private": true,
"name": "insomnia-plugin-base64",
2022-11-02 15:05:27 +00:00
"version": "3.6.1-beta.3",
"author": "Kong <office@konghq.com>",
"description": "Insomnia base64 template tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-base64"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"unlisted": true,
"name": "base64",
"description": "Encode/Decode base64 strings"
},
"scripts": {
"test": "jest --silent"
}
}