{
	"name": "@webdoc/parser",
	"version": "1.6.6",
	"description": "Doc-tree parser for JavaScript",
	"keywords": [
		"parser",
		"jsdoc",
		"doctree"
	],
	"author": "Shukant Pal <shukantpal@outlook.com>",
	"homepage": "https://github.com/SukantPal/webdoc/tree/master/packages/parser#readme",
	"license": "MIT",
	"main": "lib/index.js",
	"directories": {
		"lib": "lib",
		"unit-test": "mocha ./test/* --require ../../scripts/configureWebdocTesting"
	},
	"files": [
		"lib"
	],
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SukantPal/webdoc.git"
	},
	"scripts": {
		"flow": "flow check",
		"build": "gulp build",
		"lint": "eslint -c .eslintrc.json .",
		"unit-test": "mocha ./test/* --require ../../scripts/configureWebdocTesting",
		"test": "echo \"Error: run tests from root\" && exit 1"
	},
	"bugs": {
		"url": "https://github.com/SukantPal/webdoc/issues"
	},
	"dependencies": {
		"@babel/parser": "^7.9.4",
		"@babel/traverse": "7.9.5",
		"@babel/types": "7.9.5",
		"@webdoc/model": "^1.6.6",
		"@webdoc/types": "^1.6.6",
		"lodash": "^4.17.20",
		"missionlog": "1.6.0",
		"nanoid": "~3.1.16"
	},
	"devDependencies": {
		"@babel/core": "^7.9.0",
		"@babel/plugin-proposal-class-properties": "^7.8.3",
		"@babel/plugin-transform-flow-comments": "^7.8.3",
		"@babel/preset-env": "^7.9.5",
		"@babel/preset-flow": "^7.10.1",
		"@babel/preset-react": "^7.10.1",
		"@babel/register": "^7.9.0",
		"@webdoc/babel-preset": "^1.0.0",
		"@webdoc/eslint-config": "^1.0.0",
		"chai": "~4.3.4",
		"del": "5.1.0",
		"eslint": "^6.8.0",
		"flow-bin": "^0.130.0",
		"flow-typed": "^3.2.1",
		"gulp": "^4.0.2",
		"gulp-babel": "^8.0.0",
		"gulp-util": "^3.0.8",
		"mocha": "^7.1.1"
	},
	"gitHead": "a2866c1a42f60180a74add7bc1b0f42d8bb16330"
}
