{
  "name": "apg-unicode",
  "version": "1.0.1",
  "type": "module",
  "description": "JavaScript APG parser of Unicode code point arrays",
  "main": "index.js",
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent --coverage",
    "jest": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "docco": "docco -l classic index.md README.md LICENSE.md src/*.js",
    "apg": "node_modules/apg-js/bin/apg.sh --lite",
    "esbuild": "esbuild examples/web/app.js --bundle --minify --outfile=examples/web/web-app.js"
  },
  "files": [
    "src",
    "index.md",
    "LICENSE.md",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ldthomas/apg-unicode.git"
  },
  "keywords": [
    "APG",
    "parser",
    "ABNF",
    "SABNF",
    "Unicode"
  ],
  "jest": {
    "bail": 1,
    "verbose": true,
    "testRegex": "/__tests__/.*\\.test\\.js"
  },
  "author": "Lowell D. Thomas <ldt@sabnf.com> (https://sabnf.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ldthomas/apg-unicode/issues"
  },
  "homepage": "https://github.com/ldthomas/apg-unicode#readme",
  "devDependencies": {
    "apg-js": "^4.4.0",
    "docco": "^0.9.2",
    "esbuild": "^0.25.9",
    "eslint": "^7.26.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^29.7.0",
    "prettier": "^2.3.0"
  }
}
