feat: add Node.js >=20.12.0 requirement to package.json

Remove Node.js version requirement from README and add engines field
to package.json to explicitly require Node.js 20.12.0 or later due to
reported issues with earlier versions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
d-kimsuon
2025-09-04 21:26:50 +09:00
parent d8a06baa83
commit 7027f3965c
2 changed files with 3 additions and 5 deletions

View File

@@ -69,11 +69,6 @@ pnpm build
pnpm start
```
## Requirements
- **Node.js** 18 or later
- **Claude Code** with conversation history in `~/.claude/projects/`
## Data Source
The application reads Claude Code conversation files from:

View File

@@ -11,6 +11,9 @@
"files": [
"dist"
],
"engines": {
"node": ">=20.12.0"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"