Files
vat-api.eu/node_modules/h3/package.json
2026-02-13 22:02:30 +01:00

79 lines
2.2 KiB
JSON

{
"name": "h3",
"version": "1.15.5",
"description": "Minimal H(TTP) framework built for high performance and portability.",
"repository": "h3js/h3",
"license": "MIT",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --cache . && prettier -c src test playground examples docs",
"lint:fix": "eslint --cache . --fix && prettier -c src test playground examples docs -w",
"prepack": "pnpm build",
"play": "listhen -w ./playground/app.ts",
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
"release": "pnpm test && pnpm build && changelogen --release --publish --publishTag 1x && git push --follow-tags",
"test": "pnpm lint && vitest --run --coverage && pnpm test:types",
"test:types": "tsgo --noEmit"
},
"resolutions": {
"h3": "^1.14.0"
},
"dependencies": {
"cookie-es": "^1.2.2",
"crossws": "^0.3.5",
"defu": "^6.1.4",
"destr": "^2.0.5",
"iron-webcrypto": "^1.2.1",
"node-mock-http": "^1.0.4",
"radix3": "^1.1.2",
"ufo": "^1.6.3",
"uncrypto": "^0.1.3"
},
"devDependencies": {
"0x": "^6.0.0",
"@types/express": "^5.0.6",
"@types/node": "^25.0.8",
"@types/supertest": "^6.0.3",
"@typescript/native-preview": "7.0.0-dev.20260115.1",
"@vitest/coverage-v8": "^4.0.17",
"autocannon": "^8.0.0",
"automd": "^0.4.2",
"changelogen": "^0.6.2",
"connect": "^3.7.0",
"eslint": "^9.39.2",
"eslint-config-unjs": "^0.6.2",
"express": "^5.2.1",
"get-port": "^7.1.0",
"h3": "^2.0.1-rc.8",
"jiti": "^2.6.1",
"listhen": "^1.9.0",
"node-fetch-native": "^1.6.7",
"prettier": "^3.8.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"supertest": "^7.2.2",
"typescript": "^5.9.3",
"unbuild": "^3.6.1",
"undici": "^7.18.2",
"vitest": "^4.0.17",
"zod": "^4.3.5"
},
"packageManager": "pnpm@10.28.0"
}