{ "name": "@elizaos/plugin-feed", "version": "2.0.3-beta.7", "type": "module", "description": "Eliza app integration for Feed prediction market game.", "main": "./dist/index.js", "exports": { "./package.json": "./package.json", ".": { "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" }, "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "repository": { "type": "git", "url": "https://github.com/elizaos/eliza.git" }, "keywords": [ "game", "prediction-market", "feed", "elizaos", "eliza" ], "dependencies": { "@elizaos/app-core": "workspace:*", "@elizaos/core": "workspace:*", "@elizaos/shared": "workspace:*", "@elizaos/ui": "workspace:*" }, "elizaos": { "app": { "displayName": "Feed", "category": "game", "catalogSection": "games", "heroImage": "assets/hero.png", "launchType": "url", "launchUrl": "{FEED_CLIENT_URL}", "capabilities": [ "trades", "prediction-markets", "social", "team-chat", "autonomous" ], "viewer": { "url": "{FEED_CLIENT_URL}", "embedParams": { "embedded": "true" }, "postMessageAuth": true, "sandbox": "allow-scripts allow-same-origin allow-popups allow-forms" }, "session": { "mode": "spectate-and-steer", "features": [ "commands", "telemetry", "pause", "resume" ] } }, "appRegister": "register" }, "publishConfig": { "access": "public" }, "types": "./dist/index.d.ts", "scripts": { "build": "bun run build:js && bun run build:views && bun run build:types", "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist", "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", "typecheck": "tsgo --noEmit -p tsconfig.json", "lint": "bunx @biomejs/biome check --write --unsafe .", "test": "vitest run --config vitest.config.ts", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "files": [ "registry-entry.json", "dist" ], "peerDependencies": { "react": "^19.0.0" }, "devDependencies": { "@testing-library/react": "^16.3.2", "tsup": "^8.5.1", "typescript": "^6.0.3", "vite": "^8.0.0" } }