{ "name": "js-wowemu-auth", "version": "0.1.1", "description": "SRP implementation for WoW Server authentication in Typescript", "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "repository": "git@github.com:Mojotrollz/js-wowemu-auth.git", "author": "Ulf Gebhardt ", "license": "GPL-2.0-only", "dependencies": { "big-integer": "^1.6.48" }, "devDependencies": { "@types/node": "14.14.11", "typescript": "^4.1.3" } }