{
	"name": "bnf-parser",
	"version": "3.1.6",
	"description": "Deterministic BNF compiler/parser",
	"main": "./bin/index.js",
	"scripts": {
		"test": "npm run build & node ./test",
		"build": "run-s build:*",
		"build:ts": "tsc",
		"build:syntax": "ts-node ./tools/build-syntax",
		"build:preload": "ts-node ./tools/post-build.ts"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/AjaniBilby/BNF-parser"
	},
	"keywords": [
		"ast",
		"bnf",
		"compile",
		"parse",
		"typescript",
		"webpack ready"
	],
	"author": "Ajani Bilby",
	"license": "ISC",
	"devDependencies": {
		"@types/node": "^18.11.10",
		"npm-run-all": "^4.1.5",
		"ts-node": "^10.9.1",
		"typescript": "^4.8.4"
	}
}
