@iocium/favicon-fetcher
Version:
Favicon and BIMI logo fetcher for Cloudflare Workers and browser-compatible environments
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "@iocium/favicon-fetcher",
"version": "1.3.0",
"description": "Favicon and BIMI logo fetcher for Cloudflare Workers and browser-compatible environments",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"type": "module",
"scripts": {
"build:rollup": "rollup -c",
"build": "tsc",
"test": "jest --coverage",
"test:live": "LIVE_TEST=true jest",
"docs": "typedoc",
"changelog": "auto-changelog -p"
},
"keywords": [
"favicon",
"bimi",
"cloudflare",
"worker",
"typescript"
],
"author": "Iocium",
"license": "MIT",
"devDependencies": {
"@mswjs/interceptors": "^0.38.6",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.2",
"auto-changelog": "^2.4.0",
"jest": "^29.7.0",
"msw": "^2.7.5",
"rollup": "^4.40.1",
"ts-jest": "^29.1.1",
"tslib": "^2.8.1",
"typedoc": "^0.28.4",
"typescript": "^5.8.3"
}
}