40 lines
856 B
JSON
40 lines
856 B
JSON
{
|
|
"name": "@wrnexus/ssr",
|
|
"version": "0.7.0",
|
|
"type": "module",
|
|
"description": "@wrnexus/ssr — 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"
|
|
},
|
|
"./rpc": {
|
|
"types": "./dist/rpc.d.ts",
|
|
"import": "./dist/rpc.js"
|
|
},
|
|
"./store-context": {
|
|
"types": "./dist/store-context.d.ts",
|
|
"import": "./dist/store-context.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "^0.7.0",
|
|
"@wrnexus/store": "^0.7.0",
|
|
"@wrnexus/security": "^0.7.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|