UNPKG

@intlify/h3

Version:
77 lines 1.66 kB
{ "name": "@intlify/h3", "description": "Internationalization for H3", "version": "2.0.0", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com" }, "license": "MIT", "funding": "https://github.com/sponsors/kazupon", "bugs": { "url": "https://github.com/intlify/srvmid/issues" }, "repository": { "type": "git", "url": "git+https://github.com/intlify/srvmid.git", "directory": "packages/h3" }, "keywords": [ "i18n", "h3", "internationalization", "intlify", "utilities", "middleware" ], "homepage": "https://github.com/intlify/srvmid/packages/h3#readme", "publishConfig": { "access": "public" }, "engines": { "node": ">= 20" }, "type": "module", "sideEffects": false, "files": [ "dist" ], "main": "dist/index.mjs", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" }, "./dist/*": "./dist/*", "./package.json": "./package.json" }, "types": "dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./*" ] } }, "dependencies": { "@intlify/core": "^11.1.12", "@intlify/utils": "^1.0.1" }, "devDependencies": { "@types/node": "^24.10.1", "h3": "^2.0.1-rc.5", "publint": "^0.3.15", "srvx": "^0.9.6", "tsdown": "^0.16.5", "typedoc": "^0.28.14", "typedoc-plugin-markdown": "^4.9.0", "typescript": "^5.9.3" }, "scripts": { "build": "tsdown", "build:docs": "typedoc --excludeInternal", "play:basic": "pnpx tsx ./playground/basic/index.ts" } }