mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
# Conflicts: # src/core/packager.ts # src/core/security/securityCheck.ts # src/shared/processConcurrency.ts # Conflicts: # package-lock.json # package.json
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"name": "simple-project",
|
|
"version": "1.0.0",
|
|
"description": "A simple project for testing Repomix",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"keywords": ["simple", "test"],
|
|
"author": "Test Author",
|
|
"license": "MIT"
|
|
}
|