compiler/package.json
Robin Heggelund Hansen 0c9352a645
Bump version to 0.4.4
2024-06-25 21:42:08 +02:00

36 lines
685 B
JSON

{
"name": "gren-lang",
"version": "0.4.4",
"description": "Compiler for the Gren programming language",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gren-lang/compiler.git"
},
"files": [
"index.js"
],
"bin": {
"gren": "index.js"
},
"keywords": [
"gren",
"lang",
"language",
"bin",
"binary",
"install",
"installer"
],
"author": "Robin Heggelund Hansen",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/gren-lang/compiler/issues"
},
"homepage": "https://gren-lang.org",
"dependencies": {
}
}