{
  "name": "toosoon-lsystem",
  "version": "5.0.0",
  "description": "Library providing functionalities for creating and manipulating Lindenmayer systems (L-Systems) using various parameters",
  "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-lsystem.git"
  },
  "keywords": [
    "toosoon",
    "lsystem",
    "l-system",
    "lindenmayer"
  ],
  "author": "Arnaud Rocca",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toosoon-dev/toosoon-lsystem/issues"
  },
  "homepage": "https://github.com/toosoon-dev/toosoon-lsystem#readme",
  "dependencies": {
    "toosoon-prng": ">=5.0.0"
  },
  "devDependencies": {
    "typescript": "5.9.3"
  }
}
