16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"scripts": {
|
|
"start": "npm run build && ts-node main.ts",
|
|
"build": "nearleyc grammar.ne -o grammar.out.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/moo": "^0.5.5",
|
|
"@types/nearley": "^2.11.2",
|
|
"@types/node": "^20.4.2",
|
|
"moo": "^0.5.2",
|
|
"nearley": "^2.20.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|