@phantasy/sheesh-agent
Version:
AI Agent Framework with multi-provider support and real-time broadcasting
84 lines (83 loc) • 1.88 kB
JSON
{
"name": "@phantasy/sheesh-agent",
"version": "1.2.0",
"description": "AI Agent Framework with multi-provider support and real-time broadcasting",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": {
"sheesh-agent": "./dist/cli.js",
"sheesh": "./dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint src",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"commander": "^11.1.0",
"openai": "^4.28.0",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"chalk": "^5.3.0",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"ora": "^7.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"peerDependencies": {
"partysocket": "*"
},
"optionalDependencies": {
"partysocket": "*"
},
"keywords": [
"ai",
"agent",
"framework",
"provider",
"typescript",
"vrm",
"character",
"tts",
"animation",
"maho",
"alkahest",
"akash"
],
"author": "Sheesh Team <hello@sheesh.sh>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phantasy-bot/sheesh-agent.git"
},
"bugs": {
"url": "https://github.com/phantasy-bot/sheesh-agent/issues"
},
"homepage": "https://github.com/phantasy-bot/sheesh-agent#readme"
}