UNPKG

ai-code-patterns

Version:

Bulk-run review prompts against your codebase

46 lines (45 loc) 1.04 kB
{ "name": "ai-code-patterns", "version": "1.3.0", "packageManager": "yarn@4.4.1", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "./dist/index.js", "scripts": { "start": "ts-node src/index.ts", "build": "tsc", "test": "jest" }, "dependencies": { "dotenv": "^16.4.7", "glob": "^11.0.1", "jest": "^29.7.0", "moment": "^2.30.1", "openai": "^4.83.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.1" }, "description": "Bulk-run review prompts against your codebase", "repository": { "type": "git", "url": "git+ssh://git@github.com/torbensko/ai-code-patterns.git" }, "keywords": [ "AI", "code", "review", "pr", "prompt" ], "author": "Torben Sko", "license": "GPL", "bugs": { "url": "https://github.com/torbensko/ai-code-patterns/issues" }, "homepage": "https://github.com/torbensko/ai-code-patterns#readme" }