{
	"name": "highlightjs-apex",
	"version": "1.66.0",
	"description": "Apex Language of Salesforce highlighting plugin for highlight.js",
	"main": "src/languages/apex.js",
	"scripts": {
		"test": "mocha --reporter spec",
		"mocha": "mocha test/markup",
		"prettier:verify": "prettier --list-different \"{test,src,demo,scripts}/**/*\"",
		"prettier": "prettier --write \"{test,src,demo,scripts}/**/*\"",
		"release:preview": "release-please release-pr --token=$GITHUB_TOKEN --repo-url=highlightjs/highlightjs-apex --debug --target-branch=main --dry-run"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/highlightjs/highlightjs-apex.git"
	},
	"keywords": [
		"Apex",
		"Salesforce",
		"hljs",
		"highlightjs",
		"highlight.js"
	],
	"files": [
		"assets",
		"dist",
		"src",
		"CHANGELOG.md"
	],
	"author": "David Schach (https://github.com/dschach)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/highlightjs/highlightjs-apex/issues"
	},
	"homepage": "https://github.com/highlightjs/highlightjs-apex#readme",
	"dependencies": {
		"@highlightjs/cdn-assets": "^11.11.1"
	},
	"devDependencies": {
		"minimist": "^1.2.8",
		"mocha": "^11.7.5",
		"prettier": "3.8.1",
		"prettier-plugin-apex": "^2.2.6",
		"release-please": "^17.6.0",
		"should": "^13.2.3"
	}
}
