UNPKG

http2byond

Version:

Communication layer between node.js and BYOND game servers.

39 lines (38 loc) 819 B
{ "name": "http2byond", "description": "Communication layer between node.js and BYOND game servers.", "version": "2.2.0", "scripts": { "prepare": "npx tsc" }, "contributors": [ { "name": "Tigercat2000", "email": "nick.pilant2@gmail.com", "url": "https://github.com/tigercat2000" }, { "name": "alexkar598", "email": "25136265+alexkar598@users.noreply.github.com", "url": "https://github.com/alexkar598" } ], "keywords": [ "byond" ], "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/tigercat2000/http2byond" }, "files": [ "dist", "typings" ], "types": "typings/index.d.ts", "devDependencies": { "@types/node": "^17.0.22", "typescript": "^4.6.2" } }