randomize-with-percentage
Version:
randomize-with-percentage is a typescript library for randomized get items with percentages.
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "randomize-with-percentage",
"version": "1.0.5",
"description": "",
"files": ["/dist"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigopacheco100/randomize-with-percentage.git"
},
"keywords": [
"random",
"randomization",
"percentage",
"game-tool",
"randomization-with-percentage"
],
"author": "Rodrigo Pacheco <rodrigopacheco100@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rodrigopacheco100/randomize-with-percentage/issues"
},
"homepage": "https://github.com/rodrigopacheco100/randomize-with-percentage#readme",
"devDependencies": {
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.2",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.27.0"
}
}