@chouquette/gleam
Version:
46 lines • 890 B
JSON
{
"name": "@chouquette/gleam",
"version": "1.17.0",
"author": "Guillaume Hivert <hivert.is.coming@gmail.com>",
"license": "MIT",
"type": "module",
"bin": "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": "^6.0.2",
"@types/node": "^25.6.0",
"prettier": "^3.8.3",
"typescript": "^6.0.3"
},
"dependencies": {
"tar": "^7.5.13"
}
}