insomnia-plugin-platform-of-trust-xydens
Version:
Platform of Trust plugin for Insomnia REST Client
20 lines (19 loc) • 549 B
JSON
{
"name": "insomnia-plugin-platform-of-trust-xydens",
"version": "0.0.17",
"description": "Platform of Trust plugin for Insomnia REST Client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"insomnia": {
"name": "pot",
"description": "A plugin for calculating X-Pot-Signature header for Broker API"
},
"license": "MIT",
"dependencies": {
"json-stable-stringify": "^1.0.1",
"jssha": "^3.1.2"
},
"devDependencies": {}
}