UNPKG

toosoon-prng-controllers

Version:

This project provides PRNG functions with a set of Controllers for generating pseudo-random values using a seed-based approach and various algorithms

42 lines (41 loc) 1.04 kB
{ "name": "toosoon-prng-controllers", "version": "4.1.3", "description": "This project provides PRNG functions with a set of Controllers for generating pseudo-random values using a seed-based approach and various algorithms", "type": "module", "engines": { "node": ">=16" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toosoon-dev/toosoon-prng.git" }, "keywords": [ "toosoon", "prng", "pseudo-random", "random", "randomization", "procedural", "generative" ], "author": "Arnaud Rocca", "license": "MIT", "bugs": { "url": "https://github.com/toosoon-dev/toosoon-prng/issues" }, "homepage": "https://github.com/toosoon-dev/toosoon-prng#readme", "dependencies": { "toosoon-prng": "^4.0.3" }, "devDependencies": { "@tweakpane/core": "^2.0.5", "typescript": "^5.4.2" } }