Files
WRNexusJS/.publish/mobile/package.json
T
2026-07-19 17:45:13 +05:30

30 lines
593 B
JSON

{
"name": "@wrnexus/mobile",
"version": "0.2.57",
"type": "module",
"description": "@wrnexus/mobile — part of the WrNexus framework.",
"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/native": "^0.2.57"
},
"files": [
"dist"
]
}