armcord/src/arrpc/package.json

23 lines
544 B
JSON
Raw Normal View History

2022-11-19 22:15:05 +00:00
{
"name": "arrpc",
2022-11-22 14:03:54 +00:00
"version": "2.2.0",
2022-11-19 22:15:05 +00:00
"description": "Open Discord RPC server for atypical setups",
2022-11-22 14:03:54 +00:00
"main": "src/index.cjs",
2022-11-19 22:15:05 +00:00
"scripts": {
2022-11-22 14:03:54 +00:00
"start": "node src"
2022-11-19 22:15:05 +00:00
},
"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"
}
}