build-my-own
Version:
A CLI tool that helps developers learn by recreating open source projects from scratch. It sets up learning environments with AI-powered coding assistance for the 'build-your-own-X' approach.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "build-my-own",
"version": "0.0.5",
"description": "A CLI tool that helps developers learn by recreating open source projects from scratch. It sets up learning environments with AI-powered coding assistance for the 'build-your-own-X' approach.",
"main": "dist/index.js",
"bin": {
"build-my-own": "./dist/index.js"
},
"files": [
"dist",
"package.json",
"assets",
"LICENSE",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rslib build",
"mcp": "node ./dist/cjs/mcp-server.js"
},
"keywords": [
"learning",
"education",
"programming",
"build-your-own",
"cli",
"github",
"ai-assisted",
"cursor",
"claude-code",
"tutorial"
],
"author": "https://github.com/Areo-Joe",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"@stricli/core": "^1.2.0",
"zod": "^3.23.8"
},
"@rslib/core": "^0.10.5",
"devDependencies": {
"@rslib/core": "^0.10.6",
"@types/node": "^24.0.13",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}