UNPKG

lotto-draw

Version:

A simple tool used to pick random elements from a mutable collection of weighted participants

47 lines (46 loc) 1.09 kB
{ "name": "lotto-draw", "version": "1.0.2", "description": "A simple tool used to pick random elements from a mutable collection of weighted participants", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "scripts": { "build": "tsc", "test": "jest", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/nikkorn/lotto-draw.git" }, "keywords": [ "lotto", "lottery", "draw", "random", "raffle", "pick", "winner", "weight", "array" ], "author": "nikkorn", "license": "MIT", "bugs": { "url": "https://github.com/nikkorn/lotto-draw/issues" }, "homepage": "https://github.com/nikkorn/lotto-draw#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.6.3" } }