UNPKG

claude-data-academy

Version:

Claude Code용 데이터 학습 선생님 에이전트 NPX 설치 도구

62 lines (61 loc) 1.31 kB
{ "name": "claude-data-academy", "version": "1.0.3", "description": "Claude Code용 데이터 학습 선생님 에이전트 NPX 설치 도구", "main": "bin/cli.js", "bin": { "claude-data-academy": "./bin/cli.js" }, "files": [ "bin/", "lib/", "teachers/", "templates/", "README.md" ], "preferGlobal": false, "scripts": { "start": "node bin/cli.js", "test": "jest", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepublishOnly": "npm run lint" }, "keywords": [ "claude-code", "data-learning", "data-engineering", "data-science", "mlops", "education", "teachers", "mentoring", "npx", "cli", "learning-agents" ], "author": "statjhw", "license": "MIT", "dependencies": { "chalk": "^4.1.2", "commander": "^11.0.0", "fs-extra": "^11.1.0", "inquirer": "^8.2.7" }, "devDependencies": { "eslint": "^8.42.0", "jest": "^29.5.0" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/statjhw/claude-data-academy.git" }, "bugs": { "url": "https://github.com/statjhw/claude-data-academy/issues" }, "homepage": "https://github.com/statjhw/claude-data-academy#readme" }