{ "name": "ryuslash/lezer", "description": "An app to manage books.", "keywords": [ "phel", "lisp", "functional", "language" ], "homepage": "https://phel-lang.org/", "license": "MIT", "type": "project", "require": { "php": ">=8.3", "phel-lang/phel-lang": ">=0.24", "phel-lang/router": "^0.8" }, "require-dev": { "symfony/var-dumper": "^6.4" }, "autoload": { "psr-4": { "PhelGenerated\\": "src/PhelGenerated" } }, "scripts": { "run:dev": [ "Composer\\Config::disableProcessTimeout", "rm -rf out && php -S localhost:8080 -t public" ], "run:prod": [ "Composer\\Config::disableProcessTimeout", "composer build && php -S localhost:8080 -t public" ], "build": "vendor/bin/phel build --no-cache", "format": "vendor/bin/phel format", "test": "vendor/bin/phel test", "repl": [ "Composer\\Config::disableProcessTimeout", "vendor/bin/phel repl" ] } }