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

25 lines
537 B
JSON
Raw Normal View History

{
2022-03-01 16:13:22 +00:00
"private": false,
"name": "insomnia-plugin-hash",
"version": "2.12.0-beta.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"
}
}