UNPKG

@robinbobin/mimetype-constants

Version:

Extensible MIME constants with typescript support

39 lines 952 B
{ "author": "Ruben Shalimov", "bugs": { "url": "https://github.com/RobinBobin/mimetype-constants/issues" }, "dependencies": { "radashi": "^12.7.1" }, "devDependencies": { "@robinbobin/ts-eslint-prettier": "^1.1.0", "eslint": "^9.14.0", "prettier": "^3.3.3", "typescript": "^5.6.3" }, "description": "Extensible MIME constants with typescript support", "exports": { "require": { "default": "./dist/cjs/src/index.js", "types": "./dist/cjs/src/index.d.ts" }, "default": "./dist/js/src/index.js", "types": "./dist/js/src/index.d.ts" }, "files": [ "dist", "package.json", "src" ], "homepage": "https://github.com/RobinBobin/mimetype-constants#readme", "keywords": [ "MIME", "mime-constants", "typescript" ], "name": "@robinbobin/mimetype-constants", "repository": "github:RobinBobin/mimetype-constants.git", "version": "2.0.3", "scripts": {} }