Files
WRNexusJS/.publish/i18n/package.json
T
2026-07-30 13:36:29 +05:30

30 lines
587 B
JSON

{
"name": "@wrnexus/i18n",
"version": "0.5.10",
"type": "module",
"description": "@wrnexus/i18n — part of the WrNexus framework.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"bun": ">=1.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"dependencies": {
"@wrnexus/core": "^0.5.10"
},
"files": [
"dist"
]
}