Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
chord/package.json

36 lines
950 B
JSON

{
"name": "chord",
"description": "A third party Discord client for the terminal",
"version": "0.1.0",
"license": "GPL-3.0-OR-LATER",
"homepage": "https://code.relms.dev/Relms/chord/src/branch/master/README.md",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "yarn@3.1.1",
"author": {
"name": "Daryl Ronningen",
"email": "relms@relms.dev"
},
"bugs": {
"url": "https://code.relms.dev/Relms/chord/issues"
},
"repository": {
"url": "https://code.relms.dev/Relms/chord",
"type": "git"
},
"dependencies": {
"axios": "^0.24.0",
"blessed": "^0.1.81",
"blessed-contrib": "^4.10.1",
"config": "^3.3.6",
"discord.js": "https://github.com/Relms12345/discord.js.git#commit=f792a34bf7925cbf74e4c5799b74b66da93b3d5f",
"ws": "^8.4.0"
},
"devDependencies": {
"@types/blessed": "^0.1.19",
"@types/config": "^0.0.40",
"@types/node": "^17.0.4",
"@types/ws": "^8.2.2",
"typescript": "^4.5.4"
}
}