{
	"name": "php-debug",
	"displayName": "PHP Debug",
	"version": "1.35.0",
	"publisher": "xdebug",
	"license": "MIT",
	"description": "Debug support for PHP with Xdebug",
	"keywords": [
		"php",
		"debug",
		"xdebug"
	],
	"author": {
		"name": "Felix Becker",
		"email": "felix.b@outlook.com"
	},
	"contributors": [
		{
			"name": "Damjan Cvetko",
			"email": "damjan.cvetko@gmail.com"
		}
	],
	"engines": {
		"vscode": "^1.66.1",
		"node": "^16.14.2"
	},
	"sponsor": {
		"url": "https://github.com/sponsors/zobo"
	},
	"icon": "images/logo.png",
	"galleryBanner": {
		"color": "#6682BA",
		"theme": "dark"
	},
	"categories": [
		"Debuggers"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/xdebug/vscode-php-debug.git"
	},
	"bugs": {
		"url": "https://github.com/xdebug/vscode-php-debug/issues"
	},
	"dependencies": {
		"@vscode/debugadapter": "^1.57.0",
		"@vscode/debugprotocol": "^1.55.1",
		"@xmldom/xmldom": "^0.8.4",
		"buffer-crc32": "^0.2.13",
		"dotenv": "^16.0.3",
		"file-url": "^3.0.0",
		"iconv-lite": "^0.6.3",
		"minimatch": "^5.1.0",
		"moment": "^2.29.4",
		"relateurl": "^0.2.7",
		"semver": "^7.5.2",
		"string-replace-async": "^2.0.0",
		"url-relative": "^1.0.0",
		"urlencode": "^1.1.0",
		"which": "^2.0.2"
	},
	"devDependencies": {
		"@commitlint/cli": "^17.3.0",
		"@commitlint/config-conventional": "^17.3.0",
		"@types/buffer-crc32": "^0.2.4",
		"@types/chai": "4.3.9",
		"@types/chai-as-promised": "^7.1.8",
		"@types/minimatch": "^5.1.2",
		"@types/mocha": "^10.0.0",
		"@types/node": "^16.11.27",
		"@types/relateurl": "^0.2.33",
		"@types/semver": "^7.3.13",
		"@types/urlencode": "^1.1.3",
		"@types/vscode": "^1.66.0",
		"@types/which": "^2.0.2",
		"@typescript-eslint/eslint-plugin": "^5.44.0",
		"@typescript-eslint/parser": "^5.44.0",
		"@vscode/debugadapter-testsupport": "^1.64.0",
		"chai": "^4.3.10",
		"chai-as-promised": "^7.1.1",
		"copyfiles": "^2.4.1",
		"eslint": "^8.28.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-jsdoc": "^39.6.4",
		"husky": "^8.0.3",
		"mocha": "^10.1.0",
		"nyc": "^15.1.0",
		"prettier": "2.7.1",
		"semantic-release": "^19.0.5",
		"semantic-release-vsce": "^5.6.3",
		"typescript": "^4.9.3",
		"vsce": "^2.15.0"
	},
	"release": {
		"branches": [
			"main"
		],
		"verifyConditions": [
			"semantic-release-vsce",
			"@semantic-release/github"
		],
		"prepare": {
			"path": "semantic-release-vsce",
			"packageVsix": true
		},
		"publish": [
			"semantic-release-vsce",
			{
				"path": "@semantic-release/github",
				"assets": "*.vsix",
				"addReleases": "bottom"
			}
		]
	},
	"scripts": {
		"build": "npm run copyfiles && tsc -p .",
		"watch": "npm run copyfiles && tsc -w -p .",
		"copyfiles": "copyfiles -u 1 src/TerminalHelper.scpt src/terminateProcess.sh out",
		"start": "code testproject --extensionDevelopmentPath=.",
		"test": "mocha",
		"cover": "nyc mocha",
		"lint": "npm run eslint && npm run prettier",
		"eslint": "eslint \"src/**/*.ts\"",
		"prettier": "prettier \"**/{*.json,*.yml,.*.yml,*.ts,.prettierrc,*.md}\" --write --list-different",
		"prettier-check": "npm run prettier -- --write=false",
		"semantic-release": "semantic-release"
	},
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		]
	},
	"husky": {
		"hooks": {
			"commit-msg": "commitlint -E HUSKY_GIT_PARAM"
		}
	},
	"mocha": {
		"spec": "./out/test",
		"timeout": 20000,
		"slow": 1000,
		"retries": 4
	},
	"nyc": {
		"all": true,
		"include": [
			"out/**/*.*",
			"src/**/*.*"
		],
		"exclude": [
			"out/test/**/*.*"
		]
	},
	"main": "./out/extension.js",
	"activationEvents": [
		"onDebugResolve:php",
		"onCommand:extension.php-debug.startWithStopOnEntry",
		"onCommand:extension.php-debug.debugEditorContents",
		"onCommand:extension.php-debug.runEditorContents"
	],
	"capabilities": {
		"untrustedWorkspaces": {
			"supported": "limited",
			"description": "%workspaceTrust%",
			"restrictedConfigurations": [
				"php.debug.executablePath"
			]
		},
		"virtualWorkspaces": {
			"supported": "limited",
			"description": "In virtual workspaces, PHP process cannot be started, but 