16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"name": "dicecloud-parser",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "nearleyc grammar.ne -o grammar.js",
|
|
"test": "nearley-test grammar.js",
|
|
"unparse": "nearley-unparse grammar.js",
|
|
"railroad": "nearley-railroad grammar.ne -o grammar.html"
|
|
},
|
|
"author": "Stefan Zermatten",
|
|
"devDependencies": {
|
|
"moo": "^0.5.0",
|
|
"nearley": "^2.16.0"
|
|
}
|
|
}
|