-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 KB
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
{
"name": "@thatconference/insomnia-plugin-that-signing",
"version": "1.0.6",
"description": "Insomnia plugin for signing that conference requests",
"main": "app.js",
"scripts": {
"npm:publish": "npm publish . --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatconference/insomnia-plugin-that-signing.git"
},
"keywords": [
"insomnia",
"plugin",
"request-signing",
"HMAC"
],
"author": "THAT Conference",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thatconference/insomnia-plugin-that-signing/issues"
},
"homepage": "https://github.com/thatconference/insomnia-plugin-that-signing#readme",
"insomnia": {
"name": "that-signing-plugin",
"displayName": "THAT Signing Plugin",
"description": "Insomnia request singing for THAT Requests",
"publisher": {
"name": "THAT Labs",
"icon": "https://storage.googleapis.com/that-bucket/images/THAT-Conference-logo-edge.svg"
},
"unlisted": false
},
"dependencies": {
"@thatconference/api": "^4.3.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.1"
}
}