17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"name": "post-job",
|
|
"version": "1.6.1",
|
|
"type": "module",
|
|
"description": "Post job openings and generate resume collection links",
|
|
"main": "scripts/post_job.js",
|
|
"scripts": {
|
|
"post": "node scripts/post_job.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"dayjs": "^1.11.19",
|
|
"dotenv": "^17.3.1",
|
|
"fuse.js": "^7.0.0"
|
|
}
|
|
}
|