Files
WRNexusJS/.publish/helpers/package.json
T
2026-07-14 23:13:46 +05:30

30 lines
625 B
JSON

{
"name": "@wrnexus/helpers",
"version": "0.2.33",
"type": "module",
"description": "Safe convenience helpers for WrNexus request contexts and common application flows.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"bun": ">=1.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"dependencies": {
"@wrnexus/core": "^0.2.33"
},
"files": [
"dist"
]
}