ohm-grammar-solace/package.json
Norman Köhring ad3d1268a0 initial
2025-06-09 21:50:12 +02:00

26 lines
563 B
JSON

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