- Created core modules: `ai-analyzer`, `core-parser`, and `job-search-parser`. - Implemented LinkedIn and job search parsers with integrated AI analysis. - Added CLI tools for AI analysis and job parsing. - Included comprehensive README files for each module detailing usage and features. - Established a `.gitignore` file to exclude unnecessary files. - Introduced sample data for testing and demonstration purposes. - Set up package.json files for dependency management across modules. - Implemented logging and error handling utilities for better debugging and user feedback.
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"name": "core-parser",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"description": "Core parser utilities for browser management",
|
|
"dependencies": {
|
|
"playwright": "^1.40.0"
|
|
}
|
|
}
|