24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "matrixtiktok",
|
|
"version": "1.0.0",
|
|
"description": "A bot to convert TikTok URLs into plain video format",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kizaing.ca/kizaing/MatrixTikTok"
|
|
},
|
|
"keywords": [
|
|
"matrix",
|
|
"tiktok"
|
|
],
|
|
"author": "Kizaing",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"matrix-bot-sdk": "^0.6.3",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|