MatrixTikTok/package.json

25 lines
531 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",
"url-unshort": "^6.1.0"
}
}