UNPKG

snake-ai-game

Version:

A terminal-based snake game powered by AI.

37 lines 793 B
{ "name": "snake-ai-game", "version": "1.3.0", "description": "A terminal-based snake game powered by AI.", "type": "module", "main": "dist/index.js", "bin": { "snake-ai-game": "dist/index.js" }, "scripts": { "start": "bun run dist/index.js", "build": "bun build ./src/index.ts --outdir ./dist --target=node", "prepublishOnly": "bun run build" }, "keywords": [ "snake", "ai", "game", "terminal", "gemini" ], "author": "Roo", "license": "MIT", "dependencies": { "@ai-sdk/google": "beta", "@types/yargs": "^17.0.33", "ai": "beta", "chalk": "^5.4.1", "yargs": "^18.0.0", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.10", "bun-types": "^1.2.17", "typescript": "^5.8.3" } }