cyrus-ai
Version:
AI-powered Linear issue automation using Claude
67 lines • 1.54 kB
JSON
{
"name": "cyrus-ai",
"version": "0.2.66",
"description": "AI-powered Linear issue automation using Claude",
"main": "dist/src/app.js",
"types": "dist/src/app.d.ts",
"bin": {
"cyrus": "./dist/src/app.js"
},
"type": "module",
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ceedaragents/cyrus.git",
"directory": "apps/cli"
},
"keywords": [
"linear",
"claude",
"ai",
"automation",
"cli"
],
"author": "",
"license": "MIT",
"dependencies": {
"@linear/sdk": "^64.0.0",
"@sentry/node": "^10.58.0",
"commander": "^14.0.2",
"dotenv": "^16.5.0",
"express": "^5.2.0",
"fastify": "^5.8.5",
"file-type": "^21.0.0",
"fs-extra": "^11.3.0",
"node-fetch": "^2.7.0",
"open": "^10.0.0",
"zod": "^4.3.5",
"cyrus-edge-worker": "0.2.66",
"cyrus-claude-runner": "0.2.66",
"cyrus-core": "0.2.66",
"cyrus-cloudflare-tunnel-client": "0.2.66",
"cyrus-config-updater": "0.2.66",
"cyrus-slack-event-transport": "0.2.66"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitest/ui": "^4.1.9",
"nodemon": "^2.0.22",
"typescript": "^5.3.3",
"vitest": "^4.1.9"
},
"scripts": {
"build": "tsc",
"start": "node dist/src/app.js",
"dev": "tsc --watch",
"test": "vitest run",
"test:run": "vitest run --passWithNoTests",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
}
}