UNPKG

@chouquette/gleam

Version:

[Gleam](https://gleam.run) is a functional language that compiles to JavaScript! More information can be found [in the documentation](https://gleam.run/documentation/) directly, to get you started!

47 lines (46 loc) 851 B
{ "name": "@chouquette/gleam", "version": "1.14.0", "author": "Guillaume Hivert <hivert.is.coming@gmail.com>", "license": "MIT", "type": "module", "bin": { "gleam": "bin/cli.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/ghivert/gleam-lang-npm.git" }, "packageManager": "yarn@4.6.0", "imports": { "#chouquette/*": "./src/*.mjs" }, "scripts": { "install": "node src/main.mjs" }, "keywords": [ "beam", "bin", "binary", "build", "bundler", "cli", "compile", "compiler", "erlang", "fallback", "gleam", "install", "installation", "lustre", "redraw", "wrapper" ], "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.3.0", "prettier": "^3.2.5" }, "dependencies": { "tar": "^7.1.0" } }