mirror of
https://github.com/xx254/linkedin_skills.git
synced 2026-06-10 15:34:56 +03:00
15 lines
416 B
JSON
15 lines
416 B
JSON
{
|
|
"name": "linkedin-skills-system",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"bootstrap": "node bootstrap-system.js",
|
|
"lead-filter": "node run-lead-filter.js ../sample_contacts.csv",
|
|
"draft": "node run-draft-outreach.js",
|
|
"reply": "node run-reply-handler.js",
|
|
"outcome": "node record-outcome.js",
|
|
"weekly-report": "node generate-weekly-report.js"
|
|
}
|
|
}
|