mirror of
https://github.com/justinian/lexx.git
synced 2025-12-10 00:24:33 -08:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"name": "lexx",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0",
|
|
"tspeg": "3"
|
|
}
|
|
}
|