mirror of
https://github.com/zoriya/v10.git
synced 2026-08-09 15:46:42 +00:00
42 lines
805 B
JSON
42 lines
805 B
JSON
{
|
|
"name": "@videojs/icons-preview",
|
|
"type": "module",
|
|
"version": "0.1.0-preview.10",
|
|
"description": "SVG icon library for Video.js",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"icons",
|
|
"svg",
|
|
"media",
|
|
"player",
|
|
"ui",
|
|
"videojs"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"build:watch": "tsdown --watch --silent",
|
|
"dev": "pnpm run build:watch",
|
|
"test": "echo \"No tests yet\"",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"devDependencies": {
|
|
"tsdown": "^0.15.9",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|