sup-ytsync/package.json

12 lines
255 B
JSON
Raw Permalink Normal View History

2024-01-22 04:07:17 +09:00
{
"name": "sup-ytsync",
"version": "0.1.0",
"description": "A tampermonkey script to sync Youtube video progress with others via MQTT",
"main": "index.js",
"author": "sup39",
"license": "MIT",
"devDependencies": {
"mqtt": "^5.3.4"
}
}