| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@deepseek-ai/dsh-host-webserver",
- "description": "Web route-registration plugin: HTTP and upgrade routes, index transform taps, and static dist fallback; knows no harness concepts",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./invariant": {
- "types": "./lib/types/invariant.d.ts",
- "default": "./lib/invariant.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "lib/types/**/*.d.ts"
- ],
- "license": "BSD-3-Clause",
- "peerDependencies": {
- "cordis": "^4.0.0-rc.7",
- "@deepseek-ai/dsh-invariants": "^0.0.1"
- },
- "dependencies": {
- "schemastery": "^3.18.0"
- },
- "devDependencies": {
- "cordis": "^4.0.0-rc.7",
- "@deepseek-ai/dsh-invariants": "workspace:^"
- }
- }
|