UNPKG

@rbxts/hashlib

Version:

Roblox-TS port of HashLib by Egor Skriptunoff, boatbomber, and howmanysmall.

42 lines (41 loc) 971 B
{ "name": "@rbxts/hashlib", "version": "1.0.1", "description": "Roblox-TS port of HashLib by Egor Skriptunoff, boatbomber, and howmanysmall.", "main": "out/init.lua", "scripts": { "build": "rbxtsc", "watch": "rbxtsc -w", "prepublishOnly": "npm run build" }, "keywords": [ "hashlib", "crypto", "cryptology", "cryptography", "sha", "shake" ], "author": "Konstantine Papakonstantinou <konstantinepapakonstantinou5@gmail.com>", "license": "MIT", "types": "out/index.d.ts", "files": [ "out", "!**/*.tsbuildinfo" ], "publishConfig": { "access": "public" }, "devDependencies": { "@rbxts/compiler-types": "^1.2.9-types.0", "@rbxts/types": "^1.0.571", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint": "^8.10.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-roblox-ts": "^0.0.32", "prettier": "^2.5.1", "typescript": "^4.6.2" } }