armcord/src/arrpc/package.json

23 lines
544 B
JSON

{
"name": "arrpc",
"version": "2.2.0",
"description": "Open Discord RPC server for atypical setups",
"main": "src/index.cjs",
"scripts": {
"start": "node src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenAsar/arrpc.git"
},
"author": "OpenAsar",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenAsar/arrpc/issues"
},
"homepage": "https://github.com/OpenAsar/arrpc#readme",
"dependencies": {
"ws": "^8.11.0"
}
}