{
  "name": "bioseq",
  "version": "0.1.5",
  "description": "A Fast, Lightweight Smith-Waterman Sequence Aligner",
  "main": "dist/bioseq.js",
  "scripts": {
    "build": "npx terser dist/bioseq.js -c -m > dist/bioseq.min.js",
    "serve": "npx http-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CDCgov/bioseq-js.git"
  },
  "author": "Tony Boyles <nsp3@cdc.gov>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/CDCgov/bioseq-js/issues"
  },
  "homepage": "https://CDCgov.github.io/bioseq-js"
}
