{ "name": "@elizaos/plugin-hyperliquid", "version": "2.0.3-beta.7", "type": "module", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./plugin": { "types": "./dist/plugin.d.ts", "import": "./dist/plugin.js", "default": "./dist/plugin.js" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "dependencies": { "@elizaos/app-core": "workspace:*", "@elizaos/core": "workspace:*", "@elizaos/shared": "workspace:*", "@elizaos/ui": "workspace:*", "lucide-react": "^1.0.0", "react": "^19.0.0" }, "elizaos": { "app": { "heroImage": "assets/hero.png", "catalogSection": "finance", "defaultHidden": true, "scope": "wallet" }, "appRegister": "register" }, "publishConfig": { "access": "public" }, "types": "./dist/index.d.ts", "scripts": { "build": "bun run build:js && bun run build:views && bun run build:types", "typecheck": "tsgo --noEmit -p tsconfig.build.json", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "test": "vitest run --config vitest.config.ts", "build:js": "tsup --config ../tsup.plugin-packages.shared.ts", "build:views": "bunx --bun vite build --config vite.config.views.ts", "build:types": "tsc --noCheck -p tsconfig.build.json", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "files": [ "registry-entry.json", "assets", "dist" ], "devDependencies": { "@testing-library/react": "^16.3.2", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "jsdom": "^29.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tsup": "^8.5.1", "vitest": "^4.1.5", "vite": "^8.0.0" } }