forked from carcabot/tiktok-signature
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 694 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
{
"name": "tiktok-signature",
"version": "1.9.2",
"description": "Generate TikTok Signature",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node listen.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carcabot/tiktok-signature.git"
},
"keywords": [
"tiktok",
"signature",
"generator"
],
"author": "CarcaBot",
"license": "MIT",
"bugs": {
"url": "https://github.com/carcabot/tiktok-signature/issues"
},
"homepage": "https://github.com/carcabot/tiktok-signature#readme",
"dependencies": {
"playwright": "^1.41.2",
"playwright-chromium": "^1.41.2"
}
}