Add claude-code-source-code and claw-code directories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
20
claude-code-source-code/package.json
Normal file
20
claude-code-source-code/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@anthropic-ai/claude-code-source",
|
||||
"version": "2.1.88",
|
||||
"description": "Claude Code v2.1.88 — decompiled source for research",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prepare-src": "node scripts/prepare-src.mjs",
|
||||
"build": "npm run prepare-src && node scripts/build.mjs",
|
||||
"check": "npm run prepare-src && tsc --noEmit",
|
||||
"start": "node dist/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.27.4",
|
||||
"typescript": "^6.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user