-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 965 Bytes
/
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
{
"name": "insomnia-plugin-tiktok-shop-request-signer",
"version": "1.0.2",
"description": "Generate hmac sign for tiktok shop api request",
"main": "index.js",
"scripts": {
"build": "echo \"No build required\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"insomnia": {
"name": "tiktok-shop-request-signer",
"displayName": "TikTok Shop Request Signer",
"description": "Generate hmac sign for tiktok shop api request",
"publisher": {
"name": "Yao Yang"
},
"images": {
"icon": "tiktok-shop.png"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yangyao/insomnia-plugin-tiktok-shop-request-signer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yangyao/insomnia-plugin-tiktok-shop-request-signer/issues"
},
"homepage": "https://github.com/yangyao/insomnia-plugin-tiktok-shop-request-signer#readme"
}