chore: new builds & types using tsdown (#20)

This commit is contained in:
Rahim
2025-09-23 23:12:19 +10:00
committed by GitHub
parent 8bb4dcff72
commit 6ad5340b40
142 changed files with 1407 additions and 3468 deletions
+8 -11
View File
@@ -1,22 +1,24 @@
{
"name": "@vjs-10/html-icons",
"type": "module",
"version": "0.1.0",
"description": "HTML/DOM-specific icon components derived from @vjs-10/icons",
"description": "HTML icons for Video.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c && tsc --project tsconfig.build.json",
"build": "tsdown",
"build:watch": "tsdown --watch --silent",
"dev": "pnpm run build:watch",
"test": "echo \"No tests yet\"",
"clean": "rm -rf dist"
},
@@ -33,12 +35,7 @@
"@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",
"tsdown": "^0.15.4",
"typescript": "^5.9.2"
},
"publishConfig": {