UNPKG

toosoon-lsystem

Version:

Library providing functionalities for creating and manipulating Lindenmayer systems (L-Systems) using various parameters

38 lines (37 loc) 923 B
{ "name": "toosoon-lsystem", "version": "4.0.1", "description": "Library providing functionalities for creating and manipulating Lindenmayer systems (L-Systems) using various parameters", "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-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-utils": "latest" }, "devDependencies": { "typescript": "^5.4.2" } }