You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"name": "ts5-hotkeys",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": {
|
|
"name": "lub",
|
|
"url": "https://lubiland.de"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ws": "^8.11.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^5.0.10"
|
|
}
|
|
}
|