discord-home-cinema/package.json

19 lines
451 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": {
"commander": "^11.1.0",
"eris": "^0.17.1",
"keyevent.json": "^0.1.0",
"nodejs-better-console": "^1.0.2",
"shell-quote": "^1.8.1"
},
"scripts": {
"start": "node ./main.js"
},
"type": "module"
}