Initial commit with translated description
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user