insomnia/plugins/insomnia-plugin-hash/package.json
Filipe Freire 592d8a3a4b v3.7.0
2022-12-15 12:38:22 +00:00

25 lines
528 B
JSON

{
"private": true,
"name": "insomnia-plugin-hash",
"version": "3.7.0",
"author": "Kong <office@konghq.com>",
"description": "Insomnia hash template tag",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-hash"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "index.js",
"insomnia": {
"name": "hash",
"unlisted": true
},
"scripts": {
"test": "jest --silent"
}
}