mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-13 16:18:04 +00:00
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"name": "hi-transpiler",
|
|
"version": "0.1.0",
|
|
"description": "The Hi language to JavaScript transpiler.",
|
|
"type": "module",
|
|
"bin": {
|
|
"hi2js": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node test_runner.js"
|
|
},
|
|
"dependencies": {
|
|
"chevrotain": "^11.0.3"
|
|
},
|
|
"devDependencies": {}
|
|
}
|