UNPKG

alnilam-cli

Version:

Git-native AI career coach that converts multi-year ambitions into weekly execution

75 lines 1.72 kB
{ "name": "alnilam-cli", "version": "1.2.1", "description": "Git-native AI career coach that converts multi-year ambitions into weekly execution", "main": "dist/index.js", "bin": { "alnl": "dist/index.js" }, "keywords": [ "ai", "career", "coach", "goals", "productivity", "git", "cli", "planning", "tracking", "chatgpt", "api", "automation" ], "author": "Sergio Cimarron <sergio@cimarron.io>", "license": "MIT", "homepage": "https://github.com/your-username/alnilam#readme", "repository": { "type": "git", "url": "git+https://github.com/your-username/alnilam.git", "directory": "cli" }, "bugs": { "url": "https://github.com/your-username/alnilam/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@inkjs/ui": "^2.0.0", "@supabase/supabase-js": "^2.50.2", "asciichart": "^1.5.25", "axios": "^1.7.9", "blessed-contrib": "^4.11.0", "commander": "^12.1.0", "ink": "^5.1.0", "ink-table": "^3.1.0", "react": "^18.3.1" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^22.10.2", "@types/react": "^18.3.18", "jest": "^30.0.3", "read": "^4.1.0", "ts-jest": "^29.4.0", "tsx": "^4.19.2", "typescript": "^5.6.3" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "test:watch": "jest --watch", "pack": "pnpm build && pnpm pack", "version": "git add package.json && git commit -m 'chore: bump version to %s' && git tag v%s" } }