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

13 lines
214 B
JSON
Raw Normal View History

2021-12-25 07:18:30 +00:00
{
"name": "chord",
"packageManager": "yarn@3.1.1",
"dependencies": {
"blessed-contrib": "^4.10.1",
"neo-blessed": "^0.2.0"
},
"devDependencies": {
"@types/node": "^17.0.4",
"typescript": "^4.5.4"
}
}