File size: 1,492 Bytes
364eb96 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ## Project Structure
```text
MonkeyType-lightning/
├── 2nd_version/
│ ├── 2nd_version.js
│ ├── README_v2.md
│ ├── script_candidate.js
│ └── script_final.js
├── 3rd_version (latest)/
│ ├── Dump/
│ │ ├── 1.py
│ │ ├── 2.py
│ │ ├── 3.py
│ │ ├── 4.py
│ │ ├── 5.py
│ │ ├── injector.js
│ │ └── requirements.txt
│ └── Python/
│ └── mnk_typer copy.py
├── 4th_version/
│ └── 0.js
├── Dump/
│ └── image.png
├── javascript/
│ ├── 0_candidate.js
│ ├── 1_variant.js
│ ├── 2_variant.js
│ ├── 3_variant.js
│ ├── 4_variant.js
│ ├── 5_variant.js
│ ├── 6_variant.js
│ ├── 7_variant.js
│ ├── candidate.js
│ ├── monkeytype_advanced.js
│ ├── monkeytype_auto_typer.js
│ ├── monkeytype_cheat.js
│ ├── monkeytype_custom_text.js
│ ├── monkeytype_legacy.js
│ ├── script_candidate copy.js
│ ├── script_candidate copy1.js
│ └── script_candidate copy2.js
├── .gitignore
├── 2026-02-08 13-03-16.mp4
├── injector.js
├── LICENSE
├── mnk_lightning_v3.js
├── mnk_typer.py
├── README.md
├── requirements.txt
└── TECHSTACK.md
```
|