{
  "name": "@bonniernews/atlas-seq-matcher",
  "version": "1.0.4",
  "description": "Global substring matcher that accepts one character code at a time.",
  "scripts": {
    "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'",
    "test": "mocha --colors --recursive"
  },
  "main": "./src/SeqMatcher.js",
  "keywords": [
    "atlassubbed",
    "utils",
    "utility",
    "streams",
    "stream",
    "parser",
    "sequence",
    "matcher"
  ],
  "author": "atlassubbed <atlassubbed@gmail.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^10.2.0"
  },
  "homepage": "https://github.com/BonnierNews/atlas-seq-matcher#readme",
  "bugs": "https://github.com/BonnierNews/atlas-seq-matcher/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/BonnierNews/atlas-seq-matcher.git"
  }
}
