kodesprog/package.json
2023-07-24 02:14:02 +02:00

18 lines
401 B
JSON

{
"license": "MIT",
"scripts": {
"start": "npm run build && ts-node src/main.ts",
"build": "nearleyc src/grammar.ne -o src/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",
"ts-results": "^3.3.0",
"typescript": "^5.1.6"
}
}