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

25 lines
536 B
JSON

{
"private": false,
"name": "insomnia-plugin-file",
"version": "2.12.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"
}
}