@alshdavid/mime-types
Version:
The ultimate javascript content-type utility.
52 lines (51 loc) • 1.53 kB
JSON
{
"name": "@alshdavid/mime-types",
"version": "2.2.3",
"description": "The ultimate javascript content-type utility.",
"keywords": [
"mime",
"types"
],
"repository": "alshdavid/mime-types",
"license": "MIT",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"David Alsh <alshdavid@gmail.com>"
],
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./esm/index.js",
"require": "./cjs/index.js"
}
},
"scripts": {
"script": "node ./.scripts/cmd/main.mjs",
"build": "npm run script build",
"build:cjs": "npm run script build:cjs",
"build:esm": "npm run script build:esm",
"build:types": "npm run script build:types",
"build:tests": "npm run script build:tests",
"clean": "npm run script clean",
"clean:cjs": "npm run script clean:cjs",
"clean:esm": "npm run script clean:esm",
"clean:types": "npm run script clean:types",
"watch": "npm run script watch",
"watch:cjs": "npm run script watch:cjs",
"watch:esm": "npm run script watch:esm",
"watch:types": "npm run script watch:types",
"test": "npm run script test"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"engines": {
"node": ">= 0.6"
}
}