diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2025-10-28 22:49:46 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2025-10-28 22:49:46 -0700 |
| commit | 8896b33a652563d90cb211a85dd2f7213f42e5d1 (patch) | |
| tree | e9adf51a2ccf91e58f5e8edae4d3d6a4bb03e986 /package.json | |
parse, lex works
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c55e97a --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "devDependencies": { + "tsx": "^4.19.2" + } +} |
