Initial commit with translated description

This commit is contained in:
2026-03-29 14:40:35 +08:00
commit 983401378f
8 changed files with 2063 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
}