{
  "name": "file-type-browser",
  "version": "1.0.0",
  "description": "Detect the file type of a Blob/File/Buffer in the browser",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/alexpan/file-type-browser.git"
  },
  "keywords": [
    "file",
    "type",
    "magic",
    "number"
  ],
  "author": "Alex",
  "license": "MIT",
  "dependencies": {
    "jszip": "^3.10.1",
    "lodash": "^4.17.21"
  }
}
