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

37 lines
950 B
JSON
Raw Permalink Normal View History

2021-12-25 07:18:30 +00:00
{
"name": "chord",
2021-12-30 03:14:23 +00:00
"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",
2021-12-25 07:18:30 +00:00
"packageManager": "yarn@3.1.1",
2021-12-30 03:14:23 +00:00
"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"
},
2021-12-25 07:18:30 +00:00
"dependencies": {
2021-12-30 03:14:23 +00:00
"axios": "^0.24.0",
"blessed": "^0.1.81",
2021-12-25 07:18:30 +00:00
"blessed-contrib": "^4.10.1",
2021-12-30 03:14:23 +00:00
"config": "^3.3.6",
2021-12-30 05:38:12 +00:00
"discord.js": "https://github.com/Relms12345/discord.js.git#commit=f792a34bf7925cbf74e4c5799b74b66da93b3d5f",
2021-12-30 03:14:23 +00:00
"ws": "^8.4.0"
2021-12-25 07:18:30 +00:00
},
"devDependencies": {
2021-12-30 03:14:23 +00:00
"@types/blessed": "^0.1.19",
"@types/config": "^0.0.40",
2021-12-25 07:18:30 +00:00
"@types/node": "^17.0.4",
2021-12-30 03:14:23 +00:00
"@types/ws": "^8.2.2",
2021-12-25 07:18:30 +00:00
"typescript": "^4.5.4"
}
}