35 lines
838 B
JSON
35 lines
838 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",
|
|
"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"
|
|
}
|
|
}
|