{
	"name": "m42kup",
	"version": "0.3.1",
	"description": "m42kup renderer for the web",
	"keywords": [
		"markup"
	],
	"author": {
		"name": "logico-philosophical",
		"url": "http://github.com/logico-philosophical",
		"email": "ossia@korea.ac.kr"
	},
	"repository": {
		"type": "git",
		"url": "http://github.com/logico-philosophical/m42kup.git"
	},
	"bugs": {
		"url": "http://github.com/logico-philosophical/m42kup/issues"
	},
	"main": "dist/m42kup.min.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "pegjs -o dist/peg.js src/parser.pegjs && webpack",
		"nodemon": "nodemon -e * --watch src/ --exec \"npm run build\""
	},
	"license": "MIT",
	"dependencies": {},
	"devDependencies": {
		"nodemon": "^2.0.16",
		"pegjs": "^0.10.0",
		"terser-webpack-plugin": "^5.3.0",
		"ts-loader": "^9.3.0",
		"typescript": "^4.2.4",
		"webpack": "^5.65.0",
		"webpack-cli": "^4.9.1"
	}
}
