{
  "name": "@wvlet/highlightjs-wvlet",
  "version": "2026.1.1",
  "description": "Wvlet language syntax highlighting for highlight.js",
  "main": "src/languages/wvlet.js",
  "scripts": {
    "test": "mocha test --reporter spec",
    "mocha": "mocha test/markup --reporter spec",
    "build": "node build.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wvlet/wvlet.git"
  },
  "keywords": [
    "wvlet",
    "highlight.js",
    "highlightjs",
    "syntax",
    "highlighting",
    "sql",
    "query",
    "data"
  ],
  "author": "Wvlet Contributors",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/wvlet/wvlet/issues"
  },
  "homepage": "https://wvlet.org",
  "peerDependencies": {
    "highlight.js": "^11.0.0"
  },
  "devDependencies": {
    "highlight.js": "^11.0.0",
    "mocha": "^11.7.1",
    "should": "^13.2.3"
  }
}
