UNPKG

jsp-raknet

Version:

Basic RakNet implementation written in Javascript

38 lines (37 loc) 817 B
{ "name": "jsp-raknet", "version": "2.2.0", "description": "Basic RakNet implementation written in Javascript", "main": "js/index.js", "scripts": { "test": "ts-node tests/listen.ts", "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/JSPrismarine/RakNet.git" }, "keywords": [ "nodejs", "raknet" ], "author": "HerryYT", "license": "ISC", "bugs": { "url": "https://github.com/JSPrismarine/RakNet/issues" }, "homepage": "https://github.com/JSPrismarine/RakNet#readme", "dependencies": { "@jsprismarine/jsbinaryutils": "2.1.4", "debug": "^4.3.1", "typescript": "^4.2.2" }, "devDependencies": { "@types/node": "^14.14.31", "ts-node": "^9.1.1" }, "files": [ "js/" ] }