27 lines
579 B
JSON
27 lines
579 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": "vitest"
|
|
},
|
|
"packageManager": "pnpm@10.5.2",
|
|
"devDependencies": {
|
|
"ohm-js": "^17.1.0",
|
|
"vitest": "^3.2.3"
|
|
}
|
|
}
|