mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 18:04:49 +00:00
Replace 'workspace:*' with '*' in all package.json dependencies to fix npm workspace compatibility. This resolves EUNSUPPORTEDPROTOCOL errors when running npm install. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
33 lines
613 B
JSON
33 lines
613 B
JSON
{
|
|
"name": "@vjs-10/html-icons",
|
|
"version": "0.1.0",
|
|
"description": "HTML/DOM-specific icon components derived from @vjs-10/icons",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"No tests yet\"",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": [
|
|
"icons",
|
|
"html",
|
|
"dom",
|
|
"web-components",
|
|
"media",
|
|
"player"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@vjs-10/icons": "*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |