-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "insomnia-plugin-twitch-extension-barrycarlyon",
"version": "1.1.2",
"main": "plugin.js",
"license": "WTFPL",
"author": "BarryCarlyon",
"bugs": {
"url": "https://github.com/BarryCarlyon/insomnia-plugin-twitch-extension-barrycarlyon/issues"
},
"homepage": "https://github.com/BarryCarlyon/insomnia-plugin-twitch-extension-barrycarlyon#readme",
"repository": {
"type": "git",
"url": "https://github.com/BarryCarlyon/insomnia-plugin-twitch-extension-barrycarlyon.git"
},
"keywords": [
"insomnia",
"plugin",
"jwt",
"json web token",
"authentication",
"twitch",
"twitch extensions",
"twitch jwt"
],
"insomnia": {
"name": "insomnia-plugin-twitch-extension-barrycarlyon",
"displayName": "Twitch Extensions JWT Generator",
"description": "This Plugin uses an Insomnia Environment to generate JWT's for calling various Twitch Extension endpoints. It'll also smooth development by also JSON-ifing some payloads (yay nested JSON)",
"publisher": {
"name": "Barry Carlyon",
"icon": "https://github.com/BarryCarlyon/insomnia-plugin-twitch-extension-barrycarlyon/blob/main/logo.png?raw=true"
},
"images": {
"icon": "logo.png"
},
"applications": {
"designer": "*",
"core": "*",
"cli": "*"
}
},
"dependencies": {
"jsonwebtoken": "^9.0.1"
},
"devDependencies": {}
}