This commit is contained in:
2026-01-04 22:42:19 +00:00
parent abed903b06
commit febf480b60
22 changed files with 2665 additions and 321 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "npmcdn",
"name": "@serve.zone/opencdn",
"version": "1.0.3",
"description": "a cdn using npm as source",
"description": "A CDN that serves files directly from npm packages",
"type": "module",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@@ -11,16 +11,26 @@
"test": "(tstest test/)",
"start": "(node --max_old_space_size=100 ./cli.js)",
"startTs": "(node cli.ts.js)",
"build": "(tsbuild --web)"
"build": "(tsbuild tsfolders --allowimplicitany && tsbundle element --production)",
"buildBackend": "(tsbuild --web)",
"bundleUI": "pnpm run build && tsx scripts/bundle-ui.ts",
"watch": "tswatch website"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.0",
"@git.zone/tsbundle": "^2.6.3",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.1.4",
"@git.zone/tswatch": "^2.3.13",
"@push.rocks/smartnetwork": "^4.4.0",
"@push.rocks/smartrequest": "^5.0.1"
"@push.rocks/smartrequest": "^5.0.1",
"@types/node": "^22.10.0"
},
"dependencies": {
"@design.estate/dees-catalog": "^3.3.1",
"@design.estate/dees-domtools": "^2.3.6",
"@design.estate/dees-element": "^2.1.3",
"@design.estate/dees-wcctools": "^2.0.1",
"@losslessone_private/lole-serviceserver": "^1.0.54",
"@push.rocks/projectinfo": "^5.0.2",
"@push.rocks/qenv": "^6.1.0",
@@ -35,7 +45,6 @@
"@types/express": "^5.0.6",
"compression": "^1.8.1",
"express": "^4.22.1",
"lit-ntml": "^4.0.2",
"prom-client": "^15.1.3"
},
"private": true,