mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 23:00:04 -05:00
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"name": "uWebSockets.js",
|
|
"version": "20.9.0",
|
|
"main": "uws.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
"import": "./ESM_wrapper.mjs",
|
|
"require": "./uws.js"
|
|
}
|
|
}
|