Files
v10/packages/html/html-media-elements/package.json
T

46 lines
930 B
JSON

{
"name": "@vjs-10/html-media-elements",
"type": "module",
"version": "0.1.0",
"description": "HTML media element components and utilities",
"license": "Apache-2.0",
"keywords": [
"media",
"html",
"dom",
"web-components",
"video",
"audio"
],
"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"
},
"dependencies": {
"@open-wc/context-protocol": "^0.0.9",
"@vjs-10/media-store": "workspace:*"
},
"devDependencies": {
"tsdown": "^0.15.9",
"typescript": "^5.9.2"
},
"publishConfig": {
"access": "public"
}
}