UNPKG

abyss-ai

Version:

Autonomous AI coding agent - enhanced OpenCode with autonomous capabilities

81 lines (79 loc) 2.14 kB
{ "$schema": "https://json.schemastore.org/package.json", "version": "1.0.2", "name": "abyss-ai", "type": "module", "private": false, "scripts": { "typecheck": "tsc --noEmit", "dev": "bun run ./src/index.ts", "build": "bun build ./src/index.ts --outfile=./dist/index.js --target=bun", "prepublishOnly": "bun run build", "start": "node ./dist/index.js" }, "bin": { "abyss": "./bin/abyss" }, "exports": { "./*": "./src/*.ts" }, "description": "Autonomous AI coding agent - enhanced OpenCode with autonomous capabilities", "keywords": ["ai", "coding", "agent", "autonomous", "terminal", "cli", "assistant"], "author": "Enhanced from OpenCode by SST", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sst/abyss.git" }, "homepage": "https://github.com/sst/abyss", "bugs": { "url": "https://github.com/sst/abyss/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "bin/", "src/", "dist/", "*.md" ], "devDependencies": { "@ai-sdk/amazon-bedrock": "2.2.10", "@ai-sdk/anthropic": "1.2.12", "@octokit/webhooks-types": "7.6.1", "@standard-schema/spec": "1.0.0", "@tsconfig/bun": "1.0.7", "@types/bun": "latest", "@types/turndown": "5.0.5", "@types/yargs": "17.0.33", "typescript": "5.8.2", "vscode-languageserver-types": "3.17.5", "zod-to-json-schema": "3.24.5" }, "dependencies": { "@actions/core": "1.11.1", "@actions/github": "6.0.1", "@clack/prompts": "0.11.0", "@hono/zod-validator": "0.4.2", "@modelcontextprotocol/sdk": "1.15.1", "@openauthjs/openauth": "0.4.3", "@standard-schema/spec": "1.0.0", "@zip.js/zip.js": "2.7.62", "ai": "5.0.0-beta.21", "decimal.js": "10.5.0", "diff": "8.0.2", "gray-matter": "4.0.3", "hono": "4.7.10", "hono-openapi": "0.4.8", "isomorphic-git": "1.32.1", "open": "10.1.2", "remeda": "2.22.3", "turndown": "7.2.0", "vscode-jsonrpc": "8.2.1", "xdg-basedir": "5.1.0", "yargs": "18.0.0", "zod": "3.25.49", "zod-openapi": "4.1.0" } }