{
  "name": "@jasonsbarr/lexer",
  "version": "0.2.3",
  "description": "A simple regex-based lexer",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasonsbarr/lexerjs.git"
  },
  "keywords": [
    "lexer",
    "lexical-analysis",
    "languages"
  ],
  "author": "Jason Barr <jason@jasonsbarr.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jasonsbarr/lexerjs/issues"
  },
  "homepage": "https://github.com/jasonsbarr/lexerjs#readme",
  "devDependencies": {
    "prettier": "^2.5.1"
  }
}
