Files
notification-elements-demo/node_modules/mrmime/package.json
Giuliano Silvestro 5d0c9ec7eb Initial commit: notification-elements-demo app
Interactive Angular 19 demo for @sda/notification-elements-ui with
6 sections: Bell & Feed, Notification Center, Inbox, Comments &
Threads, Mention Input, and Full-Featured layout. Includes mock
data, dark mode toggle, and real-time event log.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 21:49:19 +10:00

45 lines
887 B
JSON

{
"name": "mrmime",
"version": "2.0.1",
"repository": "lukeed/mrmime",
"description": "A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename",
"module": "index.mjs",
"types": "index.d.ts",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.d.ts",
"index.mjs",
"index.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsm bin/index.ts",
"test": "uvu -r tsm test"
},
"keywords": [
"mime",
"extension",
"mimetype"
],
"devDependencies": {
"tsm": "2.3.0",
"uvu": "0.5.2"
}
}