Feat: Configure project for ES Modules

This commit is contained in:
2025-09-26 00:53:04 -07:00
parent bb889c81d9
commit 9d29943fef

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "hi-transpiler",
"version": "0.1.0",
"description": "The Hi language to JavaScript transpiler.",
"type": "module",
"bin": {
"hi2js": "./cli.js"
}
}