discord-home-cinema/package.json
2024-01-29 02:26:45 +01:00

24 lines
593 B
JSON

{
"name": "discord-tasker-mpv",
"version": "0.1.0",
"main": "main.js",
"repository": "https://git.kaki87.net/KaKi87/discord-tasker-mpv.git",
"author": "KaKi87 <KaKi87@pm.me>",
"license": "MIT",
"dependencies": {
"ascii-table": "^0.0.9",
"commander": "^11.1.0",
"dayjs": "^1.11.10",
"eris": "^0.17.1",
"keyevent.json": "^0.1.0",
"m3u-parser-generator": "^1.6.0",
"nodejs-better-console": "^1.0.2",
"outdent": "^0.8.0",
"shell-quote": "^1.8.1",
"xspf-js": "^0.1.1"
},
"scripts": {
"start": "node ./main.js"
},
"type": "module"
}