{ "name": "@wrnexus/plugin", "version": "0.5.0", "type": "module", "description": "@wrnexus/plugin — 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" }, "./types": { "types": "./dist/types.d.ts", "import": "./dist/types.js" }, "./manifest": { "types": "./dist/manifest.d.ts", "import": "./dist/manifest.js" }, "./discovery": { "types": "./dist/discovery.d.ts", "import": "./dist/discovery.js" } }, "dependencies": { "@wrnexus/syntax": "^0.5.0" }, "files": [ "dist" ] }