{
  "name": "common-sequence",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "2.0.2",
  "description": "Returns an array containing the initial elements which both input arrays have in common",
  "repository": "https://github.com/75lb/common-sequence",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "index.mjs",
  "keywords": [
    "common",
    "path",
    "folder",
    "dir",
    "compare",
    "parent",
    "array",
    "sequence"
  ],
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "test-runner test.js",
    "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md",
    "dist": "rollup -f umd -n commonSequence -o dist/index.js index.mjs"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^7.0.0",
    "rollup": "^2.41.2",
    "test-runner": "^0.6.3"
  },
  "files": [
    "index.mjs",
    "dist/index.js"
  ]
}
