31 lines
624 B
JSON
31 lines
624 B
JSON
{
|
|
"name": "@wrnexus/router",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"description": "@wrnexus/router — 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/compiler": "^0.6.0",
|
|
"@wrnexus/core": "^0.6.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|