-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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"
}
}