{
  "name": "simfiles",
  "version": "2.0.0",
  "description": "Score files within a folder based on the similarity of their contents",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types",
  "bin": {
    "simfiles": "./bin/simfiles"
  },
  "author": "Drew Petersen <kirbysayshi@gmail.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "prepublishOnly": "web-scripts build",
    "test": "web-scripts test",
    "lint": "web-scripts lint",
    "build": "web-scripts build",
    "commit": "web-scripts commit"
  },
  "husky": {
    "hooks": {
      "commit-msg": "web-scripts commitmsg",
      "pre-commit": "web-scripts precommit"
    }
  },
  "devDependencies": {
    "@spotify/web-scripts": "^1.1.4",
    "@types/glob": "^7.1.1",
    "@types/mock-fs": "^3.6.30",
    "husky": "^3.0.0",
    "mock-fs": "^4.10.1"
  },
  "dependencies": {
    "glob": "^7.1.4"
  }
}
