{
  "name": "mimecraft",
  "version": "0.0.5",
  "description": "Get MimeType by file extension or get file extension by MimeType",
  "main": "lib/index.js",
  "author": "aicdev",
  "license": "Apache-2.0",
  "types": "lib/index.d.ts",
  "keywords": [
    "mime type",
    "content type",
    "mime",
    "types",
    "MimeTypes",
    "IANA",
    "ContentTypes"
  ],
  "repository": {
    "type": "git",
    "url": "  https://github.com/AICDEV/Mimecraft"
  },
  "homepage": "https://github.com/AICDEV/Mimecraft",
  "scripts": {
    "clean": "yarn run rimraf lib",
    "precommit": "yarn run pretty-quick --config .prettyrc --staged",
    "test": "yarn jest",
    "build": "yarn clean && yarn tsc && yarn gulp compile:hard"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "google-closure-compiler": "^20190415.0.0",
    "gulp": "^4.0.2",
    "gulp-debug": "^4.0.0",
    "gulp-flatmap": "^1.0.2",
    "husky": "^2.2.0",
    "jest": "^24.8.0",
    "prettier": "^1.17.0",
    "pretty-quick": "^1.10.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "inversify": "^5.0.1",
    "reflect-metadata": "^0.1.13"
  }
}
