UNPKG

@magic/mime-types

Version:

mime-db, in a key => value store where keys are extensions and values are mime/types

56 lines (55 loc) 1.45 kB
{ "name": "@magic/mime-types", "version": "0.0.18", "author": "Wizards & Witches", "description": "mime-db, in a key => value store where keys are extensions and values are mime/types", "license": "AGPL-3.0", "homepage": "https://magic.github.io/mime-types", "main": "src/index.mjs", "type": "module", "scripts": { "start": "npm test", "test": "t --exclude docs", "format": "f -w --exclude docs", "format:check": "f", "calls": "calls", "build": "bin/bin.mjs && npm run format && NODE_ENV=production magic build", "prod": "NODE_ENV=production magic build serve", "clean": "magic clean", "serve": "magic serve", "dev": "magic dev" }, "engines": { "node": ">=14.15.4" }, "engineStrict": true, "repository": { "type": "git", "url": "https://github.com/magic/mime-types.git" }, "bugs": { "url": "https://github.com/magic/mime-types/issues" }, "devDependencies": { "@magic-modules/git-badges": "0.0.12", "@magic-modules/light-switch": "0.0.11", "@magic-modules/no-spy": "0.0.8", "@magic-modules/pre": "0.0.11", "@magic-themes/docs": "0.0.14", "@magic/core": "0.0.149", "@magic/format": "0.0.50", "@magic/fs": "0.0.27", "@magic/log": "0.1.17", "@magic/test": "0.2.15", "mime-db": "1.52.0" }, "files": [ "src" ], "contributors": [ { "name": "jascha ehrenreich", "github": "jaeh" } ] }