forked from sanbuphy/learn-coding-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 527 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 527 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}
}