mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-24 14:34:28 +02:00
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"name": "otcv8socks",
|
|
"version": "1.0.0",
|
|
"description": "Websockets server for otclientv8",
|
|
"main": "app.js",
|
|
"author": {
|
|
"name": ""
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"clean": "tsc --build --clean"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mysql2": "github:types/mysql2",
|
|
"@types/node": "^8.0.14",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "^2.0.1",
|
|
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v16.4.0"
|
|
}
|
|
}
|