{
  "name": "@goa/mime-types",
  "version": "1.1.0",
  "description": "[Fork] The Ultimate Javascript Content-Type utility Written In ES6 And Optimised With JavaScript Compiler.",
  "main": "depack/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "depack": "depack-dev src/depack -o depack/depack.js -l -a -p -S",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc -o README.md",
    "b": "alamode src -o build -s",
    "d": "yarn-s d1 externs",
    "d1": "typal types/index.js src -c -t types/index.xml",
    "externs": "typal externs.js",
    "build": "yarn-s d b doc",
    "e": "alanode"
  },
  "files": [
    "depack",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/idiocc/mime-types.git"
  },
  "keywords": [
    "mime-types",
    "goa"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/idiocc/mime-types/issues"
  },
  "homepage": "https://github.com/idiocc/mime-types#readme",
  "devDependencies": {
    "alamode": "^2.1.2",
    "documentary": "^1.27.2",
    "eslint-config-artdeco": "1.0.1",
    "yarn-s": "1.1.0",
    "zoroaster": "^4.1.1-alpha"
  },
  "dependencies": {
    "mime-db": "^1.40.0"
  }
}
