insomnia/plugins/insomnia-plugin-base64/package.json
insomnia-infra 6aa7cf1697
🚀 2023.4.0 (#6086)
* v3.18.0

* Bump app version to 2023.4.0 and lerna package versions

---------

Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com>
2023-07-04 21:50:03 +02:00

26 lines
588 B
JSON

{
"private": true,
"name": "insomnia-plugin-base64",
"version": "3.18.0",
"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"
}
}