f0b52c6ab7
- Bump Docker SDK, downgrade otel deps for Go 1.24 compatibility - Fix duplicate i18n import in InstanceCard - Fix SvelteKit prerender/strict config for SPA build - Update Dockerfile with GOTOOLCHAIN=auto - Generate package-lock.json and go.sum WIP: still resolving Go 1.24 vs otel transitive dep versions
40 lines
834 B
JSON
40 lines
834 B
JSON
{
|
|
"name": "sirv",
|
|
"version": "3.0.2",
|
|
"description": "The optimized & lightweight middleware for serving requests to static assets",
|
|
"repository": "lukeed/sirv",
|
|
"module": "build.mjs",
|
|
"types": "index.d.ts",
|
|
"main": "build.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build.*",
|
|
"index.d.*"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.mts",
|
|
"default": "./build.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"default": "./build.js"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"author": {
|
|
"name": "Luke Edwards",
|
|
"email": "luke@lukeed.com",
|
|
"url": "https://lukeed.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@polka/url": "^1.0.0-next.24",
|
|
"mrmime": "^2.0.0",
|
|
"totalist": "^3.0.0"
|
|
}
|
|
} |