26 lines
563 B
JSON
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"
|
|
}
|
|
}
|