utp.js
Version:
Universal Typed Protocol for Node.js and Browsers
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "utp.js",
"version": "1.0.5",
"description": "Universal Typed Protocol for Node.js and Browsers",
"author": {
"name": "F1int",
"email": "flint@t2me.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/UnTalkNetwork/UTP.js.git"
},
"bugs": {
"url": "https://github.com/UnTalkNetwork/UTP.js/issues",
"email": "flint@t2me.net"
},
"keywords": [
"utp",
"utp.js",
"protocol",
"binary",
"typed",
"universal",
"rpc",
"restful",
"app",
"api",
"websocket",
"rest"
],
"homepage": "https://github.com/UnTalkNetwork/UTP.js/",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"main": "index.js",
"type": "module",
"scripts": {
"build": "yarn esbuild src/main.js --bundle --outfile=index.js --format=esm",
"buildweb": "yarn esbuild src/main.js --bundle --outfile=index.min.js --minify --format=esm",
"test": "node --experimental-vm-modules $(yarn bin jest)",
"bench": "node benchmark/speed"
},
"devDependencies": {
"benchmark": "^2.1.4",
"esbuild": "^0.14.21",
"jest": "^27.4.7"
}
}