UNPKG

@arietta-studio/arietta-compass

Version:

Arietta Compass is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages

85 lines (84 loc) 2.16 kB
{ "name": "@arietta-studio/arietta-compass", "version": "1.0.3", "description": "Arietta Compass is a CLI tool that uses ChatGPT to generate Gitmoji-based commit messages", "keywords": [ "ai", "git", "commit", "openai", "gpt", "gitmoji-cli", "git-commits", "chatgpt", "aicommit", "ai-commit" ], "homepage": "https://github.com/arietta-studio/arietta-tools/tree/master/packages/arietta-compass", "bugs": { "url": "https://github.com/arietta-studio/arietta-tools/issues/new" }, "repository": { "type": "git", "url": "https://github.com/arietta-studio/arietta-tools.git" }, "license": "MIT", "author": "Arietta Studio <info@arietta-studio.ai>", "sideEffects": false, "type": "module", "imports": { "@": "./src" }, "bin": { "acgit": "dist/cli.js", "arietta-compass": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "bun run type-check && pkgroll --minify -p tsconfig.prod.json --env.NODE_ENV=production && bun run shebang", "dev": "pkgroll -p tsconfig.prod.json --env.NODE_ENV=development --watch", "link": "bun run build && bun link -f", "shebang": "arietta-shebang -t ./dist/cli.js", "start": "node ./dist/cli.js", "test": "vitest --passWithNoTests", "test:coverage": "vitest run --coverage --passWithNoTests", "type-check": "tsc --noEmit" }, "dependencies": { "@arietta-studio/arietta-cli-ui": "1.0.3", "@inkjs/ui": "^1", "@langchain/core": "latest", "@langchain/openai": "latest", "chalk": "^5", "commander": "^11", "conf": "^12", "dotenv": "^16", "execa": "^8", "fast-deep-equal": "^3", "gitconfig": "^2", "gpt-tokenizer": "^2", "ink": "^4.2", "langchain": "latest", "lodash-es": "^4", "octokit": "^3", "pangu": "^4", "path-exists": "^5", "react": "^18", "swr": "^2", "update-notifier": "^7", "zustand": "^4" }, "peerDependencies": { "ink": ">=4", "react": ">=18" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }