mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 14:00:10 -05:00
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"name": "uWebSockets.js",
|
|
"version": "20.57.0",
|
|
"license": "Apache-2.0",
|
|
"main": "uws.js",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
"import": "./ESM_wrapper.mjs",
|
|
"require": "./uws.js",
|
|
"types": "./index.d.ts"
|
|
}
|
|
}
|