{
  "name": "lolight",
  "version": "1.4.1",
  "description": "Lightweight tokenizer and syntax highlighter.",
  "author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/lrsjng/lolight.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node test",
    "cover": "nyc --reporter text --reporter html node test",
    "check": "npm run -s lint && npm run -s test",
    "build": "node ghu release",
    "precommit": "npm run -s check && npm run -s build"
  },
  "main": "dist/lolight.min.js",
  "devDependencies": {
    "eslint": "9.14.0",
    "ghu": "0.28.5",
    "globals": "15.12.0",
    "nyc": "17.1.0",
    "scar": "2.3.4"
  }
}
