{
  "name": "get-typeandmime",
  "version": "1.0.20",
  "description": "npm package for generating its file-type on basis of magic numbers!!",
  "main": "./src/index.js",
  "scripts": {
    "test": "node ./test/script.js && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/180896-cse/file-type.git"
  },
  "keywords": [
    "file-type",
    "mime-type",
    "type",
    "file",
    "mime",
    "get-type",
    "get-mime",
    "get-filetype",
    "get filetype",
    "get-mimetype",
    "get mimetype"
  ],
  "author": "shantanu pratap",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/180896-cse/file-type/issues"
  },
  "homepage": "https://github.com/180896-cse/file-type#readme",
  "dependencies": {
    "got": "^11.8.3"
  }
}
