@elastic/highlightjs-esql
Version:
Highlight.js language syntax definitions for ES|QL
67 lines (66 loc) • 1.65 kB
JSON
{
"name": "@elastic/highlightjs-esql",
"version": "1.2.3",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Highlight.js language syntax definitions for ES|QL",
"main": "src/languages/esql.js",
"files": [
"NOTICE.txt",
"LICENSE",
"dist/",
"src/",
"lib/"
],
"scripts": {
"test": "echo \"no tests...\"",
"format": "biome format ./src",
"format:fix": "biome format --write ./src",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"clean": "npx rimraf@5.0.5 lib dist",
"semantic-release:dry-run": "semantic-release --dry-run --debug",
"prepare": "husky"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elastic/highlightjs-esql.git"
},
"keywords": [
"esql",
"es|ql",
"elastic",
"search processing language",
"eql",
"highlight.js",
"highlightjs",
"syntax"
],
"bugs": {
"url": "https://github.com/elastic/highlightjs-esql/issues"
},
"homepage": "https://github.com/elastic/highlightjs-esql",
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/parser": "7.29.2",
"@biomejs/biome": "2.4.8",
"@eslint/js": "10.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/github": "12.0.6",
"@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0",
"eslint": "10.1.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"semantic-release": "25.0.3"
},
"lint-staged": {
"*.{js,ts,tsx,mjs}": [
"eslint --fix"
]
}
}