18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"name": "workspace",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "tiktok_bridge.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mysql2": "^3.18.2",
|
|
"tiktok-live-connector": "^2.1.1-beta1",
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|