UNPKG

homework-grader

Version:

A high-performance CLI for grading homework submissions from CSV files and Notion databases with ultra-fast GitHub repository analysis

83 lines (82 loc) 2.08 kB
{ "name": "homework-grader", "version": "1.0.1", "description": "A high-performance CLI for grading homework submissions from CSV files and Notion databases with ultra-fast GitHub repository analysis", "main": "dist/cli.js", "bin": { "homework-grader": "./dist/cli.js" }, "type": "module", "packageManager": "pnpm@9.15.0", "preferGlobal": true, "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "https://github.com/trancethehuman/homework-grader.git" }, "bugs": { "url": "https://github.com/trancethehuman/homework-grader/issues" }, "homepage": "https://github.com/trancethehuman/homework-grader#readme", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "pnpm run build && node dist/cli.js", "clean": "rm -rf dist", "prepublishOnly": "pnpm run clean && pnpm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "homework", "grading", "cli", "github", "csv", "notion", "typescript", "repository-analysis", "ai-grading", "education", "automation", "sandbox", "e2b" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "devDependencies": { "@types/ms": "^2.1.0", "@types/node": "^24.0.10", "@types/update-notifier": "^6.0.8", "@types/uuid": "^10.0.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { "@ai-sdk/anthropic": "^2.0.0", "@ai-sdk/google": "^2.0.0", "@ai-sdk/openai": "^2.0.0", "@ai-sdk/react": "^2.0.0", "@modelcontextprotocol/sdk": "^1.15.1", "@notionhq/client": "^4.0.1", "@octokit/rest": "^22.0.0", "@types/react": "^19.1.8", "@e2b/code-interpreter": "^1.5.1", "ai": "^5.0.0", "csv-parser": "^3.2.0", "dotenv": "^17.2.0", "ink": "^6.0.1", "ms": "^2.1.3", "open": "^10.1.2", "react": "^19.1.0", "readline": "^1.3.0", "update-notifier": "^7.0.0", "uuid": "^11.1.0", "zod": "^4.0.5" } }