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

48 lines
1.0 KiB
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",
"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": "rollup -c && tsc --project tsconfig.build.json",
"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": "workspace:*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^4.0.0",
"tslib": "^2.6.0",
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"publishConfig": {
"access": "public"
}
}