insomnia/plugins/insomnia-plugin-file/package.json
2023-02-02 14:49:14 +00:00

25 lines
535 B
JSON

{
"private": true,
"name": "insomnia-plugin-file",
"version": "3.13.0-beta.1",
"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"
}
}