29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"name": "job-search-parser",
|
|
"version": "1.0.0",
|
|
"description": "Job search parser for multiple job sites using ai-analyzer core",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "jest",
|
|
"demo": "node demo.js",
|
|
"parse:skipthedrive": "node parsers/skipthedrive-demo.js"
|
|
},
|
|
"keywords": [
|
|
"job",
|
|
"search",
|
|
"parser",
|
|
"scraper",
|
|
"ai"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"ai-analyzer": "file:../ai-analyzer",
|
|
"core-parser": "file:../core-parser",
|
|
"dotenv": "^17.0.0",
|
|
"csv-parser": "^3.0.0"
|
|
}
|
|
}
|