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

25 lines
535 B
JSON
Raw Normal View History

{
"private": true,
"name": "insomnia-plugin-file",
2023-07-11 15:25:28 +00:00
"version": "3.19.0-beta.0",
"author": "Kong <office@konghq.com>",
"description": "Insomnia file templte tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-file"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "file",
"unlisted": true
},
"scripts": {
"test": "jest --silent"
}
}