SteamRPC/package.json
2023-11-30 00:37:20 -06:00

19 lines
419 B
JSON

{
"dependencies": {
"discord-rpc": "^4.0.1"
},
"name": "steamrpc",
"description": "SteamRPC pulls your game and presence from Steam and puts it onto discord.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/SteamRPC"
},
"author": "Violet",
"license": "GPL-3.0-or-later"
}