Files
v10/packages/html/html-media-elements/package.json
T
2025-09-23 00:57:47 +10:00

44 lines
874 B
JSON

{
"name": "@vjs-10/html-media-elements",
"version": "0.1.0",
"description": "HTML/DOM-specific media element components and utilities",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"No tests yet\"",
"clean": "rm -rf dist"
},
"keywords": [
"media",
"html",
"dom",
"web-components",
"video",
"audio"
],
"license": "Apache-2.0",
"dependencies": {
"@open-wc/context-protocol": "^0.0.9",
"@vjs-10/media-store": "workspace:*"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {
"access": "public"
}
}