ohm-grammar-solace/package.json
2025-06-10 18:20:08 +02:00

26 lines
592 B
JSON

{
"name": "ohm-grammar-solace",
"version": "0.0.1",
"description": "A language to find solace after using JavaScript",
"license": "MIT",
"keywords": [
"ohm",
"ohm-grammar",
"javascript",
"typed",
"peg",
"solace"
],
"author": "koehr <n@koehr.ing>",
"homepage": "https://git.koehr.ing/n/ohm-grammar-solace",
"bugs": {
"url": "https://git.koehr.ing/n/ohm-grammar-solace/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"ohm-js": "^17.1.0"
}
}