bnf-parser
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "bnf-parser", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Deterministic BNF compiler/parser", | ||
@@ -8,5 +8,5 @@ "main": "./bin/index.js", | ||
"test": "node ./test", | ||
"build": "npm run build-ts & npm run build-syntax", | ||
"build-ts": "tsc", | ||
"build-syntax": "node ./bin/build.js --verbose" | ||
"build": "run-s build:*", | ||
"build:ts": "tsc", | ||
"build:syntax": "node ./bin/build.js --verbose" | ||
}, | ||
@@ -29,2 +29,3 @@ "repository": { | ||
"getopts": "^2.3.0", | ||
"npm-run-all": "^4.1.5", | ||
"ts-node": "^10.9.1", | ||
@@ -31,0 +32,0 @@ "typescript": "^4.8.4" |
Sorry, the diff of this file is not supported yet
19
45782
5