{
  "name": "toosoon-prng-controllers",
  "version": "5.0.0",
  "description": "This project provides PRNG functions with a set of controllers for generating pseudo-random values using a seed-based approach",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "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",
    "controllers",
    "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": ">=5.0.0"
  },
  "devDependencies": {
    "typescript": "^5.4.2"
  }
}
