media-icons
Version:
Open-source and beautifully hand-crafted collection of media icons.
65 lines (64 loc) • 1.4 kB
JSON
{
"name": "media-icons",
"version": "0.10.0",
"description": "Open-source and beautifully hand-crafted collection of media icons.",
"type": "module",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=16"
},
"files": [
"dist/",
"raw/",
"*.d.ts"
],
"scripts": {
"build": "rimraf dist && node .scripts/prebuild.js && rollup -c && pnpm types",
"types": "tsc -p tsconfig.build.json",
"clean": "rimraf dist",
"format": "prettier src --write --loglevel warn"
},
"devDependencies": {
"esbuild": "^0.18.1",
"rimraf": "^5.0.1",
"rollup": "^3.25.1",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.1.0"
},
"contributors": [
"Rahim Alwer <rahim.alwer@gmail.com>",
"Bilge Gozutok <billygozutok@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/vidstack/media-icons.git"
},
"bugs": {
"url": "https://github.com/vidstack/media-icons/issues"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.js"
},
"./dist/icons/*": {
"default": "./dist/icons/*"
},
"./raw/*": "./raw/*"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"open-source",
"icons",
"collection",
"set",
"audio",
"video",
"player",
"media",
"vidstack"
]
}